aboutsummaryrefslogtreecommitdiff
path: root/src/game/AccountMgr.h
diff options
context:
space:
mode:
authorpanaut0lordv <panaut0lordv@gmail.com>2009-05-21 19:06:09 +0200
committerpanaut0lordv <panaut0lordv@gmail.com>2009-05-21 19:06:09 +0200
commit079189bcdb4d4a2d420456dd2c20dfb448bc8ce7 (patch)
treec1bc37979375e4597f3c725328bb82954e9c6645 /src/game/AccountMgr.h
parent6d6a4a78567eb6c18848ab38374c017289018938 (diff)
Fix typo. Pointed by Aokromes, thx :)
--HG-- branch : trunk
Diffstat (limited to 'src/game/AccountMgr.h')
-rw-r--r--src/game/AccountMgr.h2
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()