From 10f11ca3b5c3b864dc643bf82e5a6c706fb3c98f Mon Sep 17 00:00:00 2001 From: JD Horelick Date: Wed, 17 Nov 2010 19:08:47 -0500 Subject: [PATCH] Fix a minor spelling error in m_kick. Thanks to Elizabeth for pointing this out. --- modules/core/m_kick.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/m_kick.c b/modules/core/m_kick.c index 012891f..41a9dd4 100644 --- a/modules/core/m_kick.c +++ b/modules/core/m_kick.c @@ -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; }