From 6460a8cbf813976db7b8518cbb501e5f30742030 Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Mon, 11 Aug 2014 12:59:42 -0700 Subject: [PATCH] Correct confusing comment. --- pkg/api/helper.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/api/helper.go b/pkg/api/helper.go index a25cb087ae2..a4a067fb2bd 100644 --- a/pkg/api/helper.go +++ b/pkg/api/helper.go @@ -89,7 +89,7 @@ func init() { // registering all of these functions. Then, if you want to be able to understand // v1beta1 objects, you just import that package for its side effects. AddConversionFuncs( - // EnvVar's Name is depricated in favor of Key. + // EnvVar's Key is deprecated in favor of Name. func(in *EnvVar, out *v1beta1.EnvVar) error { out.Value = in.Value out.Key = in.Name