Skip to content

Commit 5fece8b

Browse files
committed
spelling: unconfirmed
Signed-off-by: Josh Soref <[email protected]>
1 parent 8243729 commit 5fece8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arazzo/arazzo_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ func roundTripYamlOnly(data []byte) ([]byte, error) {
818818
func handleValidationErrors(t *testing.T, errs []error, docSpecificIgnores []string) []error {
819819
t.Helper()
820820

821-
errs = filterCurrentUncomfirmedValidationErrors(errs, docSpecificIgnores)
821+
errs = filterCurrentUnconfirmedValidationErrors(errs, docSpecificIgnores)
822822
if !assert.Empty(t, errs) {
823823
for _, err := range errs {
824824
t.Log(err.Error())
@@ -828,7 +828,7 @@ func handleValidationErrors(t *testing.T, errs []error, docSpecificIgnores []str
828828
return errs
829829
}
830830

831-
func filterCurrentUncomfirmedValidationErrors(validationErrs []error, docSpecificIgnores []string) []error {
831+
func filterCurrentUnconfirmedValidationErrors(validationErrs []error, docSpecificIgnores []string) []error {
832832
var filteredValidationErrs []error
833833

834834
ignoreForNow := []string{

0 commit comments

Comments
 (0)