summaryrefslogtreecommitdiff
path: root/src/commandhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commandhandler.cpp')
-rw-r--r--src/commandhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commandhandler.cpp b/src/commandhandler.cpp
index d2a303e8..4396a1d0 100644
--- a/src/commandhandler.cpp
+++ b/src/commandhandler.cpp
@@ -207,7 +207,7 @@ void CommandHandler::handleHelp(const std::string &args, ChatTab *tab)
else if (args == "ignore")
{
tab->chatLog(_("Command: /ignore <player>"));
- tab->chatLog(_("This command ignores the given player reguardless of "
+ tab->chatLog(_("This command ignores the given player regardless of "
"current relations."));
}
else if (args == "join")