summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 f9a0522b..cfdee8b5 100644
--- a/src/game-server/commandhandler.cpp
+++ b/src/game-server/commandhandler.cpp
@@ -1695,7 +1695,7 @@ static void handleListAbility(Entity *player, std::string &args)
if (character.empty())
{
say("Invalid amount of arguments given.", player);
- say("Usage: @listabilitys <character>", player);
+ say("Usage: @listabilities <character>", player);
return;
}