Skip to content

Commit

Permalink
Fix typo: charcaters -> characters
Browse files Browse the repository at this point in the history
  • Loading branch information
cleichner committed Jan 16, 2016
1 parent d22d6c7 commit 34a0be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Network/Gitit/Authentication.hs
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ sharedValidation validationType params = do
let errors = validate $ optionalTests validationType ++
[ (not isValidAccessCode, "Incorrect response to access prompt.")
, (not (isValidUsername uname),
"Username must be at least 3 charcaters, all letters or digits.")
"Username must be at least 3 characters, all letters or digits.")
, (not (isValidPassword pword),
"Password must be at least 6 characters, " ++
"and must contain at least one non-letter.")
Expand Down

0 comments on commit 34a0be6

Please sign in to comment.