diff options
author | panaut0lordv <panaut0lordv@gmail.com> | 2009-05-21 19:06:09 +0200 |
---|---|---|
committer | panaut0lordv <panaut0lordv@gmail.com> | 2009-05-21 19:06:09 +0200 |
commit | 079189bcdb4d4a2d420456dd2c20dfb448bc8ce7 (patch) | |
tree | c1bc37979375e4597f3c725328bb82954e9c6645 /src/game/AccountMgr.h | |
parent | 6d6a4a78567eb6c18848ab38374c017289018938 (diff) |
Fix typo. Pointed by Aokromes, thx :)
--HG--
branch : trunk
Diffstat (limited to 'src/game/AccountMgr.h')
-rw-r--r-- | src/game/AccountMgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/AccountMgr.h b/src/game/AccountMgr.h index adb1bdfa6b9..a402b48ad4f 100644 --- a/src/game/AccountMgr.h +++ b/src/game/AccountMgr.h @@ -53,7 +53,7 @@ class AccountMgr uint32 GetSecurity(uint32 acc_id); bool GetName(uint32 acc_id, std::string &name); - static bool normilizeString(std::string& utf8str); + static bool normalizeString(std::string& utf8str); }; #define accmgr Trinity::Singleton<AccountMgr>::Instance() |