Skip to content

Commit

Permalink
spelling: found
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref authored and cenkalti committed Feb 9, 2023
1 parent e5c9822 commit af9bd1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tries_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func TestMaxTriesZero(t *testing.T) {
}, b)

if err == nil {
t.Errorf("error expected, nil founc")
t.Errorf("error expected, nil found")
}
if called != 1 {
t.Errorf("operation is called %d times", called)
Expand Down

0 comments on commit af9bd1c

Please sign in to comment.