]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: against
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:25:40 +0000 (09:25 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:25:40 +0000 (09:25 +0000)
pdns/sstuff.hh

index a730a8787ad266bdb9e7342c139d3112c56d8ed2..d4922356b43e1dd5d95cb4330993bb9dd96755fd 100644 (file)
@@ -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;