Skip to content

Commit

Permalink
spelling: unmatched
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Nov 22, 2020
1 parent ded9297 commit a66a65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/run/stub.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func Stub() (*CommandStubber, func(T)) {
return
}
t.Helper()
t.Errorf("umatched stubs (%d): %s", len(unmatched), strings.Join(unmatched, ", "))
t.Errorf("unmatched stubs (%d): %s", len(unmatched), strings.Join(unmatched, ", "))
}
}

Expand Down

0 comments on commit a66a65d

Please sign in to comment.