]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Fix a minor spelling error in m_kick.
authorJD Horelick <redacted>
Thu, 18 Nov 2010 00:08:47 +0000 (19:08 -0500)
committerJD Horelick <redacted>
Thu, 18 Nov 2010 00:08:47 +0000 (19:08 -0500)
Thanks to Elizabeth for pointing this out.

modules/core/m_kick.c

index 012891fea9273901beb84e776e4232e0fe5cdeba..41a9dd4bc993fb9bd7518643b1ddeabacc2cc39a 100644 (file)
@@ -114,7 +114,7 @@ m_kick(struct Client *client_p, struct Client *source_p, int parc, const char *p
                                        is_override = 1;
                                else
                                {
-                                       sendto_one(source_p, ":%s 482 %s %s :You do not have the proper privledges to kick this user",
+                                       sendto_one(source_p, ":%s 482 %s %s :You do not have the proper privileges to kick this user",
                                                        me.name, source_p->name, name);
                                        return 0;
                                }