diff --git a/contrib/podex/podex.go b/contrib/podex/podex.go index dd10c0a17cb..3de8aab5061 100644 --- a/contrib/podex/podex.go +++ b/contrib/podex/podex.go @@ -15,7 +15,7 @@ limitations under the License. */ // podex is a command line tool to bootstrap kubernetes container -// manifests from docker image metadata. +// manifest from docker image metadata. // // Manifests can then be edited by a human to match deployment needs. //