Merge pull request #4794 from justinsb/patch-2

Fix typo in comment: mail -> main
This commit is contained in:
Vish Kannan 2015-02-25 10:26:43 -08:00
commit a95d9937de

View File

@ -41,7 +41,7 @@ import (
"github.com/spf13/pflag" "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 { type CMServer struct {
Port int Port int
Address util.IP Address util.IP