]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: fallthrough
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:51:52 +0000 (09:51 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Thu, 2 Feb 2017 09:51:52 +0000 (09:51 +0000)
modules/bindbackend/bindbackend2.cc

index c7cec262bf1d1ab9fbf63d8aea7edbcaae908855..774a5a3bfd03b319b73bbb716ce6ebcbe47908de 100644 (file)
@@ -287,7 +287,7 @@ bool Bind2Backend::feedRecord(const DNSResourceRecord &rr, string *ordername)
   case QType::DNAME:
   case QType::NS:
     stripDomainSuffix(&content, name);
-    // falltrough
+    // fallthrough
   default:
     *d_of<<qname<<"\t"<<rr.ttl<<"\t"<<rr.qtype.getName()<<"\t"<<content<<endl;
   }