[8337] Fixed typo in function name. Other cleanups.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
silviu2009 2009-08-09 10:38:48 +04:00 committed by VladimirMangos
parent 6b25da27dd
commit d7b091793c
7 changed files with 36 additions and 36 deletions

View file

@ -4043,7 +4043,7 @@ bool ChatHandler::HandleLookupPlayerAccountCommand(const char* args)
char* limit_str = strtok (NULL, " ");
int32 limit = limit_str ? atoi (limit_str) : -1;
if (!AccountMgr::normilizeString (account))
if (!AccountMgr::normalizeString (account))
return false;
loginDatabase.escape_string (account);