From: Josh Soref Date: Thu, 2 Feb 2017 09:49:09 +0000 (+0000) Subject: spelling: enabling X-Git-Tag: rec-4.1.0-alpha1~291^2~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e867b4e8854f2983ba72d5f9239b29fff1033e0;p=pdns spelling: enabling --- diff --git a/docs/markdown/types.md b/docs/markdown/types.md index 66b1684e9..f2c0abc2c 100644 --- a/docs/markdown/types.md +++ b/docs/markdown/types.md @@ -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 diff --git a/pdns/rec_channel_rec.cc b/pdns/rec_channel_rec.cc index 9b85a54e5..c5397bc86 100644 --- a/pdns/rec_channel_rec.cc +++ b/pdns/rec_channel_rec.cc @@ -356,7 +356,7 @@ string doSetDnssecLogBogus(T begin, T end) if (pdns_iequals(*begin, "on") || pdns_iequals(*begin, "yes")) { if (!g_dnssecLogBogus) { - L<