aboutsummaryrefslogtreecommitdiffstats
path: root/src/dnsqueue.cpp
diff options
context:
space:
mode:
authorGravatar special2006-08-15 05:41:55 +0000
committerGravatar special2006-08-15 05:41:55 +0000
commit4d32653e8b3153d419af7f301f49b0f94dfa48a7 (patch)
tree6c16629e920abeb70616514194e2e850e3df9225 /src/dnsqueue.cpp
parentIf +L is set without +l, dont forward users (diff)
Fixed grammar in the bad reverse resolution notice
git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@4919 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/dnsqueue.cpp')
-rw-r--r--src/dnsqueue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dnsqueue.cpp b/src/dnsqueue.cpp
index ff18baf75..b66f81858 100644
--- a/src/dnsqueue.cpp
+++ b/src/dnsqueue.cpp
@@ -133,7 +133,7 @@ public:
log(DEBUG,"POS2");
if ((hostname.find_last_of(".in-addr.arpa") == hostname.length() - 1) && (hostname.find_last_of(".in-addr.arpa") != std::string::npos))
{
- WriteServ(usr->fd,"NOTICE Auth :*** Your ISP are muppets -- reverse resolution resolves back to same reverse .arpa domain (!)");
+ WriteServ(usr->fd,"NOTICE Auth :*** Your ISP is a muppet -- reverse resolution resolves back to same reverse .arpa domain (!)");
}
else
{