summaryrefslogtreecommitdiff
path: root/src/network
diff options
context:
space:
mode:
authorMatthijs Kooijman <matthijs@stdin.nl>2018-04-30 12:54:00 +0200
committerMichael Lutz <michi@icosahedron.de>2018-04-30 13:38:58 +0200
commitfa87212a76f168e28d2439cb658fbfe388c19036 (patch)
tree6248385b09d5ce772d393262e2066e513655aff5 /src/network
parenta6b18f0d928bd4509faa200eaa0a3b76a2b2e126 (diff)
downloadopenttd-fa87212a76f168e28d2439cb658fbfe388c19036.tar.xz
Fix: Some spelling errors in printed messages
Diffstat (limited to 'src/network')
-rw-r--r--src/network/network_server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/network_server.cpp b/src/network/network_server.cpp
index bcee40852..c406b454d 100644
--- a/src/network/network_server.cpp
+++ b/src/network/network_server.cpp
@@ -1115,7 +1115,7 @@ NetworkRecvStatus ServerNetworkGameSocketHandler::Receive_CLIENT_COMMAND(Packet
}
if ((GetCommandFlags(cp.cmd) & CMD_SPECTATOR) == 0 && !Company::IsValidID(cp.company) && ci->client_id != CLIENT_ID_SERVER) {
- IConsolePrintF(CC_ERROR, "WARNING: spectator issueing command from client %d (IP: %s), kicking...", ci->client_id, this->GetClientIP());
+ IConsolePrintF(CC_ERROR, "WARNING: spectator issuing command from client %d (IP: %s), kicking...", ci->client_id, this->GetClientIP());
return this->SendError(NETWORK_ERROR_KICKED);
}