[go cmd] Correct spelling for main() comment

This commit is contained in:
Seth Krasnianski 2016-08-02 09:22:42 -04:00
parent 97496d9a7e
commit a94f64b42c

View File

@ -39,7 +39,7 @@ func acceptSignals(migrationContext *base.MigrationContext) {
}()
}
// main is the application's entry point. It will either spawn a CLI or HTTP itnerfaces.
// main is the application's entry point. It will either spawn a CLI or HTTP interfaces.
func main() {
migrationContext := base.GetMigrationContext()