fix typo
This commit is contained in:
parent
76c74d9fd5
commit
a3a9789010
@ -75,7 +75,7 @@ func parseSearch(value string) *searchOptions {
|
||||
value = typeRegexp.ReplaceAllString(value, "")
|
||||
}
|
||||
|
||||
// If it's canse insensitive, put everything in lowercase.
|
||||
// If it's case insensitive, put everything in lowercase.
|
||||
if !opts.CaseSensitive {
|
||||
value = strings.ToLower(value)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user