From 754d9b80489197d1917577120a66f85375125c46 Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Tue, 24 Feb 2015 16:15:59 -0800 Subject: [PATCH] Fix typo in comment: mail -> main --- cmd/kube-controller-manager/app/controllermanager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/kube-controller-manager/app/controllermanager.go b/cmd/kube-controller-manager/app/controllermanager.go index c9e54ccc5f..2b201652fb 100644 --- a/cmd/kube-controller-manager/app/controllermanager.go +++ b/cmd/kube-controller-manager/app/controllermanager.go @@ -41,7 +41,7 @@ import ( "github.com/spf13/pflag" ) -// CMServer is the mail context object for the controller manager. +// CMServer is the main context object for the controller manager. type CMServer struct { Port int Address util.IP