]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: documentation
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Mon, 26 Aug 2024 18:36:40 +0000 (14:36 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Tue, 27 Aug 2024 12:22:02 +0000 (08:22 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pdns/recursordist/settings/README.md

index b8d7ab5190f9cc55f4263bb15f46012f023bae06..d2d23ded69e3ac44b7f9f07b5a857145e9dc7ec8 100644 (file)
@@ -84,7 +84,7 @@ webservice:
 
 The generated code
 ------------------
-C++, Rust and docmentation generating is done by the `generate.py` Python script using `table.py` as input.
+C++, Rust and documentation generating is done by the `generate.py` Python script using `table.py` as input.
 After that, the C++ to Rust bridge code is generated by CXX.
 Lets take a look at the `log_bogus` setting.
 The source of its definition is in `table.py`:
@@ -104,7 +104,7 @@ Log every DNSSEC validation failure.
     },
 ```
 
-The old-style documention generated for this can be found in `../docs/settings.rst`:
+The old-style documentation generated for this can be found in `../docs/settings.rst`:
 
 ```
 .. _setting-dnssec-log-bogus:
@@ -121,7 +121,7 @@ Log every DNSSEC validation failure.
 **Note**: This is not logged per-query but every time records are validated as Bogus.
 ```
 
-The new-style documention generated for this can be found in `../docs/yamlsettings.rst`, its name includes the section and it lists a YAML default:
+The new-style documentation generated for this can be found in `../docs/yamlsettings.rst`, its name includes the section and it lists a YAML default:
 
 ```
 .. _setting-yaml-dnssec.log_bogus: