]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: disabling
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:45:06 +0000 (09:45 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:45:06 +0000 (09:45 +0000)
pdns/rec_channel_rec.cc

index b5aa3a0c4dd5e8150bcdf24cca9d0bfcde8e0198..9b85a54e52d12c4578a85003158d2d5b5fd7afdc 100644 (file)
@@ -365,7 +365,7 @@ string doSetDnssecLogBogus(T begin, T end)
 
   if (pdns_iequals(*begin, "off") || pdns_iequals(*begin, "no")) {
     if (g_dnssecLogBogus) {
-      L<<Logger::Warning<<"Disabeling DNSSEC Bogus logging, requested via control channel"<<endl;
+      L<<Logger::Warning<<"Disabling DNSSEC Bogus logging, requested via control channel"<<endl;
       g_dnssecLogBogus = false;
       return "DNSSEC Bogus logging disabled\n";
     }