summaryrefslogtreecommitdiff
path: root/src/commands
diff options
context:
space:
mode:
authorRobin Burchell <viroteck@viroteck.net>2012-05-27 06:07:55 -0700
committerRobin Burchell <viroteck@viroteck.net>2012-05-27 06:07:55 -0700
commit5d172e0dfc4f316e21b55bf5349c90fd74ba2c3b (patch)
tree13c8ed61e3834b9b7e7b343f75e8a3ac6051e574 /src/commands
parent7d05c78517a4b6a4e98cd11e42fc9095bbca6689 (diff)
parenta0d37b0551bce0f1023b477c6518d209076e3844 (diff)
Merge pull request #145 from SaberUK/insp20-typo-fixes
[2.0] Typo fixes.
Diffstat (limited to 'src/commands')
-rw-r--r--src/commands/cmd_server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/cmd_server.cpp b/src/commands/cmd_server.cpp
index cac1b77f1..d54eca392 100644
--- a/src/commands/cmd_server.cpp
+++ b/src/commands/cmd_server.cpp
@@ -48,7 +48,7 @@ CmdResult CommandServer::Handle (const std::vector<std::string>&, User *user)
}
else
{
- user->WriteNumeric(ERR_NOTREGISTERED, "%s :You may not register as a server (servers have seperate ports from clients, change your config)",name.c_str());
+ user->WriteNumeric(ERR_NOTREGISTERED, "%s :You may not register as a server (servers have separate ports from clients, change your config)",name.c_str());
}
return CMD_FAILURE;
}