Merge pull request #1870 from eparis/typo

Fix typo "replicationContollers"
pull/6/head
Deyuan Deng 2014-10-17 16:14:50 -04:00
commit c88cf8defb
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ func resolveResource(target, resource string) (string, error) {
}
default:
// It might be a GUID, but we don't know how to handle those for now.
err = fmt.Errorf("Resource %s not recognized; need pods, replicationContollers, services or minions.", resource)
err = fmt.Errorf("Resource %s not recognized; need pods, replicationControllers, services or minions.", resource)
}
return resolved, err
}