Fix spelling errors

More spelling fixes
This commit is contained in:
Robert Deusser
2016-06-18 11:51:56 -04:00
parent d82c3023a8
commit cd1450b3ec
6 changed files with 8 additions and 7 deletions

View File

@@ -1799,7 +1799,7 @@ func Cleanup(filePath, ns string, selectors ...string) {
AssertCleanup(ns, selectors...)
}
// Asserts that cleanup of a namespace wrt selectors occured.
// Asserts that cleanup of a namespace wrt selectors occurred.
func AssertCleanup(ns string, selectors ...string) {
var nsArg string
if ns != "" {
@@ -3734,7 +3734,7 @@ func RestartApiserver(c *client.Client) error {
if ProviderIs("gce", "aws") {
return sshRestartMaster()
}
// GKE doesn't allow ssh accesss, so use a same-version master
// GKE doesn't allow ssh access, so use a same-version master
// upgrade to teardown/recreate master.
v, err := c.ServerVersion()
if err != nil {