aboutsummaryrefslogtreecommitdiff
path: root/src/commands/cmd_server.cpp
diff options
context:
space:
mode:
authorGravatar Peter Powell2012-05-25 19:40:38 +0100
committerGravatar Peter Powell2012-05-25 19:40:38 +0100
commit70501004436bb9de15b845e865054e2ca7004f5f (patch)
tree94f82a74d08cb45651c1c54db6231c7482d6b0b6 /src/commands/cmd_server.cpp
parentMerge pull request #139 from SaberUK/insp20-unistd-windows (diff)
Debian typo fixes.
Diffstat (limited to 'src/commands/cmd_server.cpp')
-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;
}