From 8ea9ef5442e226a00e646e945e3b3a678fc1f856 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 25 Nov 2024 16:43:55 -0500 Subject: [PATCH] spelling: will Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- .github/actions/spell-check/expect.txt | 1 - pdns/gss_context.cc | 2 +- pdns/recursordist/docs/lua-scripting/hooks.rst | 2 +- pdns/recursordist/pdns_recursor.cc | 2 +- pdns/recursordist/settings/README.md | 2 +- pdns/recursordist/settings/table.py | 2 +- 6 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/actions/spell-check/expect.txt b/.github/actions/spell-check/expect.txt index 94224da5c4e7..afaa0a5d7412 100644 --- a/.github/actions/spell-check/expect.txt +++ b/.github/actions/spell-check/expect.txt @@ -1520,7 +1520,6 @@ Wielicki Wijk Wijnand Wijngaards -wil wildcarded Willcott windr diff --git a/pdns/gss_context.cc b/pdns/gss_context.cc index 1297356a0ae4..18cc4d9c4ead 100644 --- a/pdns/gss_context.cc +++ b/pdns/gss_context.cc @@ -161,7 +161,7 @@ class GssSecContext : boost::noncopyable GssContextType d_type{GSS_CONTEXT_NONE}; gss_ctx_id_t d_ctx{GSS_C_NO_CONTEXT}; gss_name_t d_peer_name{GSS_C_NO_NAME}; - time_t d_expires{time(nullptr) + 60}; // partly initialized wil be cleaned up + time_t d_expires{time(nullptr) + 60}; // partly initialized will be cleaned up enum { diff --git a/pdns/recursordist/docs/lua-scripting/hooks.rst b/pdns/recursordist/docs/lua-scripting/hooks.rst index f6dcd685115e..6ac5eb1fb769 100644 --- a/pdns/recursordist/docs/lua-scripting/hooks.rst +++ b/pdns/recursordist/docs/lua-scripting/hooks.rst @@ -97,7 +97,7 @@ Interception Functions The tagged packetcache can e.g. be used to answer queries from cache that have e.g. been filtered for certain IPs (this logic should be implemented in :func:`gettag`). This ensure that queries are answered quickly compared to setting :attr:`dq.variable ` to true. - In the latter case, repeated queries will not be found in the packetcache and pass through the entire resolving process, and all relevant Lua hooks wil be called. + In the latter case, repeated queries will not be found in the packetcache and pass through the entire resolving process, and all relevant Lua hooks will be called. :param ComboAddress remote: The sender's IP address :param Netmask ednssubnet: The EDNS Client subnet that was extracted from the packet diff --git a/pdns/recursordist/pdns_recursor.cc b/pdns/recursordist/pdns_recursor.cc index e2df37387223..4869d16d87b4 100644 --- a/pdns/recursordist/pdns_recursor.cc +++ b/pdns/recursordist/pdns_recursor.cc @@ -1558,7 +1558,7 @@ void startDoResolve(void* arg) // NOLINT(readability-function-cognitive-complexi if (t_protobufServers.servers) { // Max size is 64k, but we're conservative here, as other fields are added after the answers have been added - // If a single answer causes a too big protobuf message, it wil be dropped by queueData() + // If a single answer causes a too big protobuf message, it will be dropped by queueData() // But note addRR has code to prevent that if (pbMessage.size() < std::numeric_limits::max() / 2) { pbMessage.addRR(record, luaconfsLocal->protobufExportConfig.exportTypes, udr); diff --git a/pdns/recursordist/settings/README.md b/pdns/recursordist/settings/README.md index 29edba02d556..ca103be28fdf 100644 --- a/pdns/recursordist/settings/README.md +++ b/pdns/recursordist/settings/README.md @@ -216,7 +216,7 @@ An example is the function ``` Which parses YAML and produces a struct with all the settings. -Settings that are not mentioned in the YAML string wil have their default value. +Settings that are not mentioned in the YAML string will have their default value. `rust/lib.rs.h` contains the corresponding C++ prototype, defined in the `pdns::rust::settings::rec` namespace: diff --git a/pdns/recursordist/settings/table.py b/pdns/recursordist/settings/table.py index c8a93fdee920..b5b2ad229a71 100644 --- a/pdns/recursordist/settings/table.py +++ b/pdns/recursordist/settings/table.py @@ -1607,7 +1607,7 @@ for a name counts as 1. If a zone publishes more than this number of NS records, the limit is further reduced for that zone by lowering it by the number of NS records found above the -:ref:`setting-max-ns-address-qperq` value. The limit wil not be reduced to a +:ref:`setting-max-ns-address-qperq` value. The limit will not be reduced to a number lower than 5. ''', 'versionadded' : ['4.1.16', '4.2.2', '4.3.1']