]> granicus.if.org Git - pdns/commitdiff
spelling: effectively
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:47:18 +0000 (09:47 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:47:18 +0000 (09:47 +0000)
pdns/rfc2136handler.cc

index 9e520f883bcd24d8a251a00bc5e4dfb057221c31..0f6909d5558c10af2c5a88080e8ed642d2224911 100644 (file)
@@ -210,7 +210,7 @@ uint PacketHandler::performUpdate(const string &msgPrefix, const DNSRecord *rr,
           L<<Logger::Notice<<msgPrefix<<"Replace for record "<<rr->d_name<<"|"<<rrType.getName()<<" requested, but no changes made."<<endl;
         }
 
-      // In any other case, we must check if the TYPE and RDATA match to provide an update (which effectily means a update of TTL)
+      // In any other case, we must check if the TYPE and RDATA match to provide an update (which effectively means a update of TTL)
       } else {
         int updateTTL=0;
         foundRecord = false;