From 38ddcb52e24f027b0feb766fb5e31c3e5d87d89e Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Sun, 18 Oct 2009 23:50:32 +0200 Subject: Some random cleanups --- src/game-server/character.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game-server/character.cpp') diff --git a/src/game-server/character.cpp b/src/game-server/character.cpp index 89249022..94bd7465 100644 --- a/src/game-server/character.cpp +++ b/src/game-server/character.cpp @@ -504,7 +504,7 @@ void Character::recalculateLevel() std::map::const_iterator a; for (a = getSkillBegin(); a != getSkillEnd(); a++) { - // Only use the first 1000 skill levels in calulation + // Only use the first 1000 skill levels in calculation if (a->first < 1000) { float expGot = getExpGot(a->first); -- cgit v1.2.3-60-g2f50