summaryrefslogtreecommitdiff
path: root/src/account-server/accounthandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/account-server/accounthandler.cpp')
-rw-r--r--src/account-server/accounthandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/account-server/accounthandler.cpp b/src/account-server/accounthandler.cpp
index 726b1b8d..48a72548 100644
--- a/src/account-server/accounthandler.cpp
+++ b/src/account-server/accounthandler.cpp
@@ -268,7 +268,7 @@ handleReconnectMessage(AccountClient &computer, MessageIn &msg)
if (computer.status != CLIENT_LOGIN)
{
LOG_DEBUG("Account tried to reconnect, but was allready logged in "
- << "or quequed.");
+ << "or queued.");
return;
}