[chore] Fix password typos (#1966)

Fixes #1963
This commit is contained in:
Daenney 2023-07-09 18:25:37 +02:00 committed by GitHub
commit 65c89709bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -66,7 +66,7 @@ func NewPassword(password string) error {
fmt.Sprintf("password is only %d%% strength", percent)))
}
return nil // pasword OK
return nil // password OK
}
// Username makes sure that a given username is valid (ie., letters, numbers, underscores, check length).