Fix typo
authorMikael Berthe <mikael@lilotux.net>
Sun, 11 Jun 2017 14:35:53 +0200
changeset 158 d5c2f8528af1
parent 157 908a433f02c0
child 159 d3ec5a39c2d8
Fix typo Fix issue #7
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")