M_INVALID_USERNAME to be consistent with the name of the parameter

This commit is contained in:
David Baker 2016-01-15 10:04:29 +00:00
parent 2301a792d7
commit 169cc98101
2 changed files with 2 additions and 2 deletions

View file

@ -86,7 +86,7 @@ Some requests have unique error codes:
:``M_USER_IN_USE``:
Encountered when trying to register a user ID which has been taken.
:``M_INVALID_USER_NAME``:
:``M_INVALID_USERNAME``:
Encountered when trying to register a user ID which is not valid.
:``M_ROOM_IN_USE``: