From: Josh Soref Date: Thu, 2 Feb 2017 09:25:40 +0000 (+0000) Subject: spelling: against X-Git-Tag: rec-4.1.0-alpha1~291^2~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffac9ebc9cbe339770b260f0fb6b4121c25b3552;p=thirdparty%2Fpdns.git spelling: against --- diff --git a/pdns/sstuff.hh b/pdns/sstuff.hh index a730a8787a..d4922356b4 100644 --- a/pdns/sstuff.hh +++ b/pdns/sstuff.hh @@ -110,7 +110,7 @@ public: return (getpeername(d_socket, (struct sockaddr *)&remote, &remotelen) >= 0); } - //! Check remote address aganst netmaskgroup ng + //! Check remote address against netmaskgroup ng bool acl(NetmaskGroup &ng) { ComboAddress remote;