chore: fix some typos in comments (#685)

Signed-off-by: yudrywet <yudeyao@yeah.net>
This commit is contained in:
yudrywet
2024-04-14 23:22:46 +08:00
committed by GitHub
parent 48c76cf80d
commit fc0623363a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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)