summaryrefslogtreecommitdiff
path: root/src/coremods/core_oper/cmd_kill.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/coremods/core_oper/cmd_kill.cpp')
-rw-r--r--src/coremods/core_oper/cmd_kill.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coremods/core_oper/cmd_kill.cpp b/src/coremods/core_oper/cmd_kill.cpp
index 6b356d011..13d6be558 100644
--- a/src/coremods/core_oper/cmd_kill.cpp
+++ b/src/coremods/core_oper/cmd_kill.cpp
@@ -57,7 +57,7 @@ class KillMessage : public ClientProtocol::Message
*/
CmdResult CommandKill::Handle(User* user, const Params& parameters)
{
- /* Allow comma seperated lists of users for /KILL (thanks w00t) */
+ /* Allow comma separated lists of users for /KILL (thanks w00t) */
if (CommandParser::LoopCall(user, this, parameters, 0))
{
// If we got a colon delimited list of nicks then the handler ran for each nick,