mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-06 00:38:16 +00:00
Fix various typos (#835)
This commit is contained in:
committed by
GitHub
parent
e178b7b4b2
commit
8fa2a5efe4
@@ -31,7 +31,7 @@ func DedupStrings(list []string) []string {
|
||||
return newList
|
||||
}
|
||||
|
||||
// EqualStringSlice compare two string slices if they have equal values independ of how they are sorted
|
||||
// EqualStringSlice compare two string slices if they have equal values independent of how they are sorted
|
||||
func EqualStringSlice(l1, l2 []string) bool {
|
||||
if len(l1) != len(l2) {
|
||||
return false
|
||||
|
Reference in New Issue
Block a user