X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2Fm_squit.c;h=5913cf2eae253cddce07fa9b0a00abd8005e3a18;hb=refs%2Fheads%2Fupstream-ssl;hp=ce4dd9991c99cea160e30dbefa21550f9029ba9a;hpb=fc21303989a07d6091ef684150db29c49f682614;p=ircu2.10.12-pk.git diff --git a/ircd/m_squit.c b/ircd/m_squit.c index ce4dd99..5913cf2 100644 --- a/ircd/m_squit.c +++ b/ircd/m_squit.c @@ -128,7 +128,7 @@ int mo_squit(struct Client* cptr, struct Client* sptr, int parc, char* parv[]) server = parv[1]; /* - * The following allows wild cards in SQUIT. Only usefull + * The following allows wild cards in SQUIT. Only useful * when the command is issued by an oper. */ for (acptr = GlobalClientList; (acptr = next_client(acptr, server)); @@ -143,7 +143,7 @@ int mo_squit(struct Client* cptr, struct Client* sptr, int parc, char* parv[]) /* * Look for a matching server that is closer, - * that way we won't accidently squit two close + * that way we won't accidentally squit two close * servers like davis.* and davis-r.* when typing * /SQUIT davis* */