Commit c88cf8de authored by Deyuan Deng's avatar Deyuan Deng

Merge pull request #1870 from eparis/typo

Fix typo "replicationContollers"
parents 99e1e2fd 3cd74bb8
...@@ -190,7 +190,7 @@ func resolveResource(target, resource string) (string, error) { ...@@ -190,7 +190,7 @@ func resolveResource(target, resource string) (string, error) {
} }
default: default:
// It might be a GUID, but we don't know how to handle those for now. // 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 return resolved, err
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment