]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: axfr
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 6 May 2021 15:59:41 +0000 (11:59 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 27 Jun 2021 21:54:07 +0000 (17:54 -0400)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
docs/backends/tinydns.rst
docs/changelog/pre-4.0.rst

index 3dc5df6979cabdf52e3b367d18dfa1bc083a9c06..ad788fc32da02a2fd20aa260fc9e49919cbf89f9 100644 (file)
@@ -147,7 +147,7 @@ PowerDNS and TinyDNS handle wildcards differently. Looking up
 foo.www.example.com with the below records on TinyDNS will return
 198.51.100.1, PowerDNS will return NXDOMAIN. According to :rfc:`4592` \*.example.com should only
 match subdomains in under example.com, not \*.\*.example.com. This
-compatibility issue is `noted on the axfer-get page for the djbdns
+compatibility issue is `noted on the axfr-get page for the djbdns
 suite <https://cr.yp.to/djbdns/axfr-get.html>`__.
 
 ::
index 1dedd0ab57203c7a2127de28197cce70cc1d6ccd..c552916f19db5b87f33992874fff0f9a6181df23 100644 (file)
@@ -2576,7 +2576,7 @@ Improvements
    2383 <http://wiki.powerdns.com/projects/trac/changeset/2383>`__.
 -  As suggested in `ticket
    416 <https://github.com/PowerDNS/pdns/issues/416>`__, we now log the
-   SOA serial number after committing an AXFRed zone to the backend.
+   SOA serial number after committing an AXFR'd zone to the backend.
    Code in `commit
    2385 <http://wiki.powerdns.com/projects/trac/changeset/2385>`__.
 -  Pick up location of sqlite3 libraries using pkg-config. Implemented