Corrects some misspellings in comments

This should help to make
https://goreportcard.com/report/k8s.io/kubernetes#misspell
look a little nicer.
This commit is contained in:
Ed Robinson
2016-05-11 08:14:23 +01:00
parent 22dfaef9f0
commit afdbad078a
8 changed files with 8 additions and 8 deletions

View File

@@ -217,7 +217,7 @@ func TestCreateCleanWithPrefix(t *testing.T) {
{"anything", "anything"},
}
// WARNING: EnvVarCluster.Server is set during package loading time and can not be overriden by os.Setenv inside this test
// WARNING: EnvVarCluster.Server is set during package loading time and can not be overridden by os.Setenv inside this test
EnvVarCluster.Server = ""
tt = append(tt, struct{ server, host string }{"", "http://localhost:8080"})