Fix typo in comment: mail -> main

This commit is contained in:
Justin Santa Barbara 2015-02-24 16:15:59 -08:00
parent 32694a770c
commit 754d9b8048

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