fix typos in messages
This commit is contained in:
parent
20448c67a3
commit
aefde6eec2
29 changed files with 91 additions and 55 deletions
|
|
@ -70,7 +70,7 @@ func (du duser) AfterParse() error {
|
|||
}
|
||||
|
||||
var errPasswordsNotIdentical = exit.Error{
|
||||
Message: "Passwords are not identical",
|
||||
Message: "passwords are not identical",
|
||||
ExitCode: exit.ExitGeneric,
|
||||
}
|
||||
|
||||
|
|
@ -103,7 +103,7 @@ func (du duser) login(context wisski_distillery.Context, instance *wisski.WissKI
|
|||
}
|
||||
|
||||
var errPasswordFound = exit.Error{
|
||||
Message: "User had a dictionary password",
|
||||
Message: "user had a dictionary password",
|
||||
ExitCode: 5,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue