summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-02-27 19:12:11 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-02-27 19:12:11 +0000
commit5fa9ed7c0912570121064c7e416e774b75781637 (patch)
treeee786ec2b3a0d6be503cdb95c178e031cd1e834e /src
parent59be1784a18d2c61a2db943fadea5e501c6bfb84 (diff)
- numeric.c, m_set.c: fixed inconsistent use of "can't" and "cannot"
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@3070 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'src')
-rw-r--r--src/numeric.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/numeric.c b/src/numeric.c
index e7623c1..4c39ed1 100644
--- a/src/numeric.c
+++ b/src/numeric.c
@@ -536,7 +536,7 @@ static const char *const replies[] =
/* 499 */ NULL,
/* 500 */ NULL,
/* 501 ERR_UMODEUNKNOWNFLAG */ ":%s 501 %s :Unknown MODE flag",
-/* 502 ERR_USERSDONTMATCH */ ":%s 502 %s :Can't change mode for other users",
+/* 502 ERR_USERSDONTMATCH */ ":%s 502 %s :Cannot change mode for other users",
/* 503 ERR_GHOSTEDCLIENT */ ":%s 503 %s :Message could not be delivered to %s",
/* 504 ERR_USERNOTONSERV */ ":%s 504 %s %s :User is not on this server",
/* 505 */ NULL,