# HG changeset patch # User Mikael Berthe # Date 1497184553 -7200 # Node ID d5c2f8528af13794edc808a81cf9391e0afa7af4 # Parent 908a433f02c00624601605730f52ff16f68d17b3 Fix typo Fix issue #7 diff -r 908a433f02c0 -r d5c2f8528af1 cmd/madon.go --- a/cmd/madon.go Sun May 28 10:36:07 2017 +0200 +++ b/cmd/madon.go Sun Jun 11 14:35:53 2017 +0200 @@ -72,13 +72,13 @@ return errors.Wrap(err, "app registration failed") } - errPrint("Registred new application.") + errPrint("Registered new application.") return nil } func madonLogin() error { if gClient == nil { - return errors.New("application not registred") + return errors.New("application not registered") } token = viper.GetString("token")