Fix a minor spelling error in m_kick.

Thanks to Elizabeth for pointing this out.
This commit is contained in:
JD Horelick 2010-11-17 19:08:47 -05:00
parent d89870fdfb
commit 10f11ca3b5
1 changed files with 1 additions and 1 deletions

View 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;
}