mirror of
https://github.com/adnanh/webhook.git
synced 2026-07-26 08:39:17 +08:00
chore: fix some typos in comments (#685)
Signed-off-by: yudrywet <yudeyao@yeah.net>
This commit is contained in:
@@ -157,7 +157,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)
|
||||
|
||||
Reference in New Issue
Block a user