]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: will 14880/head
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Mon, 25 Nov 2024 21:43:55 +0000 (16:43 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Mon, 25 Nov 2024 21:43:55 +0000 (16:43 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
.github/actions/spell-check/expect.txt
pdns/gss_context.cc
pdns/recursordist/docs/lua-scripting/hooks.rst
pdns/recursordist/pdns_recursor.cc
pdns/recursordist/settings/README.md
pdns/recursordist/settings/table.py

index 94224da5c4e7dfe805d36e490de1c3f8085bc314..afaa0a5d7412ed52d7ffd954c148ea98de4e574c 100644 (file)
@@ -1520,7 +1520,6 @@ Wielicki
 Wijk
 Wijnand
 Wijngaards
-wil
 wildcarded
 Willcott
 windr
index 1297356a0ae4e02ecf56c002c3c278bd86e96e68..18cc4d9c4eadb4c55e7545a4c1a68606da6819d1 100644 (file)
@@ -161,7 +161,7 @@ public:
   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
   {
index f6dcd685115e78e17c0e51ff6277844b015dae28..6ac5eb1fb769176bbc3bcb0123a5504beff4144b 100644 (file)
@@ -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 <DNSQuestion.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
index e2df373872230a0d137be6206d80c73e6496202f..4869d16d87b440ba05059ec85f6b3e17b347aa78 100644 (file)
@@ -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<uint16_t>::max() / 2) {
             pbMessage.addRR(record, luaconfsLocal->protobufExportConfig.exportTypes, udr);
index 29edba02d5563bfe6c1c88b62ea4c8a5943cfbb7..ca103be28fdf4e6444a2fbe8886fda78702bf34a 100644 (file)
@@ -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:
 
index c8a93fdee9207b6c9910ecd26d640d2e86508185..b5b2ad229a7167994ade58eae8b5565f3e53b886 100644 (file)
@@ -1607,7 +1607,7 @@ of a single client query. If IPv6 is enabled, an A and a AAAA query
 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']