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

index 6b9c3db1928748d649ff427541564f2a51fc16fd..a20ffc441dd072748025ae4ae8f1b4042b038f20 100644 (file)
@@ -276,7 +276,7 @@ bool TinyDNSBackend::get(DNSResourceRecord &rr)
       rr.qname=DNSName(key.c_str(), key.size(), 0, false);
       rr.domain_id=-1;
       // 11:13.21 <@ahu> IT IS ALWAYS AUTH --- well not really because we are just a backend :-)
-      // We could actually do NSEC3-NARROW DNSSEC according to Habbie, if we do, we need to change something ehre.
+      // We could actually do NSEC3-NARROW DNSSEC according to Habbie, if we do, we need to change something here.
       rr.auth = true;
 
       rr.ttl = pr.get32BitInt();