1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

Fix comment typo

This commit is contained in:
Sascha L. Teichmann 2023-01-23 14:30:47 +01:00
parent 8c8ccf6a2e
commit 6bf8c530c6

View file

@ -101,8 +101,8 @@ func StringMatcher(dst *string) func(any) error {
}
}
// StringTreeMatcher returns a matcher which add strings from
// stringss and recursively from arrays from strings.
// StringTreeMatcher returns a matcher which addis strings from
// strings and recursively from arrays of strings.
func StringTreeMatcher(strings *[]string) func(any) error {
// Only add unique strings.
unique := func(s string) {