summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2013-09-10 20:07:20 +0200
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2013-09-10 20:08:38 +0200
commit9f844a9a16bb90b1f4c72b73d2d99b678b1a7416 (patch)
tree97d5ce35b29699d645a4ec94adbb9966f037dd49
parent9f2ad5033c31eb6969e262f164c4cb7c911b60d4 (diff)
downloadmanaserv-9f844a9a16bb90b1f4c72b73d2d99b678b1a7416.tar.gz
manaserv-9f844a9a16bb90b1f4c72b73d2d99b678b1a7416.tar.bz2
manaserv-9f844a9a16bb90b1f4c72b73d2d99b678b1a7416.tar.xz
manaserv-9f844a9a16bb90b1f4c72b73d2d99b678b1a7416.zip
Fixed typo
-rw-r--r--src/game-server/commandhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/commandhandler.cpp b/src/game-server/commandhandler.cpp
index 919ce7fc..f9a0522b 100644
--- a/src/game-server/commandhandler.cpp
+++ b/src/game-server/commandhandler.cpp
@@ -1713,7 +1713,7 @@ static void handleListAbility(Entity *player, std::string &args)
auto *abilityComponent = other->getComponent<AbilityComponent>();
- say("Abilityies of character " +
+ say("Abilities of character " +
other->getComponent<BeingComponent>()->getName() + ":", player);
for (auto &abilityIt : abilityComponent->getAbilities())
{