Fix various typos in kubectl

This commit is contained in:
Andrey Kurilin
2016-08-02 19:51:51 +03:00
parent e3fa83177c
commit 91cace347d
18 changed files with 28 additions and 28 deletions

View File

@@ -63,7 +63,7 @@ type FilterServer struct {
delegate http.Handler
}
// Splits a comma separated list of regexps into a array of Regexp objects.
// Splits a comma separated list of regexps into an array of Regexp objects.
func MakeRegexpArray(str string) ([]*regexp.Regexp, error) {
parts := strings.Split(str, ",")
result := make([]*regexp.Regexp, len(parts))