]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: lowercase
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Tue, 7 Apr 2026 01:05:46 +0000 (21:05 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Tue, 7 Apr 2026 01:19:14 +0000 (21:19 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
docs/backends/ldap.rst
docs/changelog/4.0.rst
docs/changelog/pre-4.0.rst
pdns/dnsdistdist/docs/quickstart.rst
regression-tests/tests/nsec-upcase/description

index d496e13e0b0edd2644dd5b19e69e9e257a37c8dc..6732d82d52489e0886082e5acd3cefc442512efc 100644 (file)
@@ -225,7 +225,7 @@ must be modified. The dn of the SOA record *must* have the object class
 ``PdnsDomain``, and thus the ``PdnsDomainId`` attribute. This attribute
 is an integer that *must* be unique across all zones served by the
 backend. Furthermore the ``PdnsDomainType`` must be equal to 'master'
-(lower case).
+(lowercase).
 
 Example
 ^^^^^^^
index b021dad833025877eb32c302dfc9225bf80362f1..04f97d244eecea4cc70f70a6b707974431bf63c2 100644 (file)
@@ -138,7 +138,7 @@ Bug fixes
 -  `#5289 <https://github.com/PowerDNS/pdns/pull/5289>`__: Sort NSEC
    record case-insensitive (Kees Monshouwer)
 -  `#5378 <https://github.com/PowerDNS/pdns/pull/5378>`__: Make sure
-   NSEC ordernames are always lower case
+   NSEC ordernames are always lowercase
 -  `#4781 <https://github.com/PowerDNS/pdns/pull/4781>`__: API:
    correctly take TTL from first record even if we are at the last
    comment (Chris Hofstaedtler)
index 81274e9273703c4128614c33aed1f4c4d53431ef..1d87b569549b54e17a5aabe7f2ac498aa07c8d7e 100644 (file)
@@ -5329,7 +5329,7 @@ Bugs fixed
    which the documentation now spells out.
 -  PostgreSQL backend was case-sensitive and returned only answers in
    case an exact match was found. The Generic PostgreSQL backend is now
-   officially all lower case and zone2sql in PostgreSQL mode enforces
+   officially all lowercase and zone2sql in PostgreSQL mode enforces
    this. Documentation has been updated to reflect the case change.
    Thanks to Maikel Verheijen of Ladot for spotting this!
 -  Documentation bug - postgresql create/index statements created a
index fe363cc9222f3ca681b17af78c675d8424bf35a6..1b9db1e927b166ee00c1b4e6f974c5684756f08c 100644 (file)
@@ -122,7 +122,7 @@ To force a server down, try :attr:`Server:setDown()`::
   ...
 
 The ``DOWN`` in all caps means it was forced down.
-A lower case ``down`` would've meant that dnsdist itself had concluded the server was down.
+A lowercase ``down`` would've meant that dnsdist itself had concluded the server was down.
 Similarly, :meth:`Server.setUp()` forces a server to be up, and :meth:`Server.setAuto` returns it to the default availability-probing.
 
 To change the QPS for a server, use :meth:`Server.setQPS`::
index 459be2076faed5de29b19691b65f7a645fb2beb4..160db5fa593a41ccd0f8420f65f30e2a079215f8 100644 (file)
@@ -1 +1 @@
-Make sure an NSEC ordername is always lower case.
+Make sure an NSEC ordername is always lowercase.