Skip to content

Commit

Permalink
Fix misspell
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-vasile committed Oct 6, 2019
1 parent 3177fc1 commit 5bb19b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/matchers/signature.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func (xSig xmlSig) detect(in []byte) bool {
return localNameIndex != -1 && localNameIndex < bytes.Index(in, xSig.xmlns)
}

// detect returns true if any of the provided singatures pass for in input.
// detect returns true if any of the provided signatures pass for in input.
func detect(in []byte, sigs []sig) bool {
for _, sig := range sigs {
if sig.detect(in) {
Expand Down

0 comments on commit 5bb19b9

Please sign in to comment.