]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: autoprimary
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 19:38:15 +0000 (14:38 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 20 Nov 2025 12:31:10 +0000 (07:31 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pdns/dnsbackend.hh

index 66d37451773978cbcd230fd8004ebea761796998..3be3701b2abb555d8bae90e34ef293da90f85117 100644 (file)
@@ -453,7 +453,7 @@ public:
     return false;
   }
 
-  //! called by PowerDNS to create a secondary record for an autoPrimary
+  //! called by PowerDNS to create a secondary record for an autoprimary
   virtual bool createSecondaryDomain(const string& /* ip */, const ZoneName& /* domain */, const string& /* nameserver */, const string& /* account */)
   {
     return false;