Skip to content

Commit

Permalink
Merge pull request #135 from testwill/typo
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
nakabonne committed Oct 21, 2023
2 parents 89b8474 + d475b09 commit ccb349a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attacker/resolver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func TestNewResolver(t *testing.T) {
}

if strings.TrimSpace(string(body)) != message {
t.Errorf("reponse body mismatch, expected: '%s', but got '%s'", message, body)
t.Errorf("response body mismatch, expected: '%s', but got '%s'", message, body)
}
}

Expand Down

0 comments on commit ccb349a

Please sign in to comment.