Merge pull request #4794 from justinsb/patch-2

Fix typo in comment: mail -> main
pull/6/head
Vish Kannan 2015-02-25 10:26:43 -08:00
commit a95d9937de
1 changed files with 1 additions and 1 deletions

View File

@ -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