Skip to content

Commit

Permalink
fix: fix misspell warning
Browse files Browse the repository at this point in the history
  • Loading branch information
soulteary committed Apr 5, 2024
1 parent af7e2cc commit 126be52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/hook/hook.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ func ExtractCommaSeparatedValues(source, prefix string) []string {

// ExtractSignatures will extract all the signatures from the source.
func ExtractSignatures(source, prefix string) []string {
// If there are multiple possible matches, let the comma seperated extractor
// If there are multiple possible matches, let the comma separated extractor
// do it's work.
if strings.Contains(source, ",") {
return ExtractCommaSeparatedValues(source, prefix)
Expand Down

0 comments on commit 126be52

Please sign in to comment.