From 2486b433dcd5f782364a0dd56b20f4ee9a445a5f Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Sat, 7 Aug 2010 19:28:07 +0200 Subject: Fixed typo --- src/game-server/character.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game-server/character.hpp b/src/game-server/character.hpp index ddfae34a..98c518a2 100644 --- a/src/game-server/character.hpp +++ b/src/game-server/character.hpp @@ -481,7 +481,7 @@ class Character : public Being unsigned char mAccountLevel; /**< Account level of the user. */ int mParty; /**< Party id of the character */ TransactionType mTransaction; /**< Trade/buy/sell action the character is involved in. */ - std::map mKillCount; /**< how many monsters the character has slayn of each type */ + std::map mKillCount; /**< How many monsters the character has slain of each type */ protected: /** -- cgit v1.2.3-70-g09d2