diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-02-27 19:12:11 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-02-27 19:12:11 +0000 |
commit | 5fa9ed7c0912570121064c7e416e774b75781637 (patch) | |
tree | ee786ec2b3a0d6be503cdb95c178e031cd1e834e /modules | |
parent | 59be1784a18d2c61a2db943fadea5e501c6bfb84 (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 'modules')
-rw-r--r-- | modules/m_set.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_set.c b/modules/m_set.c index b8522d6..4239c4b 100644 --- a/modules/m_set.c +++ b/modules/m_set.c @@ -66,7 +66,7 @@ quote_autoconn(struct Client *source_p, const char *arg, int newval) } else { - sendto_one(source_p, ":%s NOTICE %s :Can't find %s", + sendto_one(source_p, ":%s NOTICE %s :Cannot find %s", me.name, source_p->name, arg); } } |