]> granicus.if.org Git - pdns/commitdiff
spelling: enabling
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:49:09 +0000 (09:49 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:49:09 +0000 (09:49 +0000)
docs/markdown/types.md
pdns/rec_channel_rec.cc

index 66b1684e98673960ef131c73d0584fcf2078c468..f2c0abc2c758f46e7e5407a85fe6be6c04522d8a 100644 (file)
@@ -55,7 +55,7 @@ Like all other records, it is not terminated by a dot. A sample might be
 
 ## DNSKEY
 The DNSKEY DNSSEC record type is fully supported, as described in [RFC 4034](https://tools.ietf.org/html/rfc4034).
-Enabeling DNSSEC for domains can be done with [`pdnsutil`](authoritative/dnssec.md#pdnsutil "'pdnsutil' for PowerDNS command & control").
+Enabling DNSSEC for domains can be done with [`pdnsutil`](authoritative/dnssec.md#pdnsutil "'pdnsutil' for PowerDNS command & control").
 
 ## DNAME
 The DNAME record, as specified in [RFC 6672](http://tools.ietf.org/html/rfc6672)
@@ -64,7 +64,7 @@ to be set to `yes` for PowerDNS to process these records.
 
 ## DS
 The DS DNSSEC record type is fully supported, as described in [RFC 4034](https://tools.ietf.org/html/rfc4034).
-Enabeling DNSSEC for domains can be done with [`pdnsutil`](authoritative/dnssec.md#pdnsutil "'pdnsutil' for PowerDNS command & control").
+Enabling DNSSEC for domains can be done with [`pdnsutil`](authoritative/dnssec.md#pdnsutil "'pdnsutil' for PowerDNS command & control").
 
 ## HINFO
 Hardware Info record, used to specify CPU and operating system. Stored with a
index 9b85a54e52d12c4578a85003158d2d5b5fd7afdc..c5397bc86ad4ee5fd836a38e385d043ea826f038 100644 (file)
@@ -356,7 +356,7 @@ string doSetDnssecLogBogus(T begin, T end)
 
   if (pdns_iequals(*begin, "on") || pdns_iequals(*begin, "yes")) {
     if (!g_dnssecLogBogus) {
-      L<<Logger::Warning<<"Enabeling DNSSEC Bogus logging, requested via control channel"<<endl;
+      L<<Logger::Warning<<"Enabling DNSSEC Bogus logging, requested via control channel"<<endl;
       g_dnssecLogBogus = true;
       return "DNSSEC Bogus logging enabled\n";
     }