[9773] Fixed typo in code comment.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Olynn 2010-04-21 20:16:04 +04:00 committed by VladimirMangos
parent 17dd848242
commit 3bf63659f3
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@ AccountOpResult AccountMgr::DeleteAccount(uint32 accid)
return AOR_NAME_NOT_EXIST; // account doesn't exist
delete result;
// existed chaarcters list
// existed characters list
result = CharacterDatabase.PQuery("SELECT guid FROM characters WHERE account='%d'",accid);
if (result)
{