From c0a294921927b277e300409334cb8861cb32de1a Mon Sep 17 00:00:00 2001 From: Johan Euphrosine Date: Thu, 2 Oct 2014 17:26:34 -0700 Subject: [PATCH] podex: fix typo --- contrib/podex/podex.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. //