From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 26 Aug 2024 18:36:40 +0000 (-0400) Subject: spelling: documentation X-Git-Tag: rec-5.2.0-alpha1~113^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82b2f8702a150ac37323351d626dd6b4e0aec815;p=thirdparty%2Fpdns.git spelling: documentation Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/pdns/recursordist/settings/README.md b/pdns/recursordist/settings/README.md index b8d7ab5190..d2d23ded69 100644 --- a/pdns/recursordist/settings/README.md +++ b/pdns/recursordist/settings/README.md @@ -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: