]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Process comments from review by @rgacogne, thanks!
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 22 Jan 2024 12:33:32 +0000 (13:33 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 22 Jan 2024 12:33:32 +0000 (13:33 +0100)
pdns/recursordist/docs/lua-config/rpz.rst
pdns/recursordist/rpzloader.cc

index f09809892b83e8e949f4e13ba17ddcbfab0e1591..dfae45125614be3bcae7691deb4af9758dd872d4 100644 (file)
@@ -215,7 +215,7 @@ refresh
 ^^^^^^^
 An integer describing the interval between checks for updates.
 By default, the RPZ zone's default is used.
-If allowed by :ref:`setting-allow-notify-for` and :ref:`setting-allow-notify-from`, a ``notify`` for an RPZ zone will initiate an freshness check.
+If allowed by :ref:`setting-allow-notify-for` and :ref:`setting-allow-notify-from`, a ``notify`` for an RPZ zone will initiate a freshness check.
 
 maxReceivedMBytes
 ^^^^^^^^^^^^^^^^^
index c5e1036a9e099c5aa280396317c2d0570047d69c..f04f9ce3029231437b1b4f5cd48d7518f2db21ca 100644 (file)
@@ -644,7 +644,7 @@ static bool RPZTrackerIteration(RPZTrackerParams& params, const DNSName& zoneNam
 
 static LockGuarded<std::multimap<DNSName, RPZWaiter&>> condVars;
 
-// Notify all threads trakcing the RPZ name
+// Notify all threads tracking the RPZ name
 bool notifyRPZTracker(const DNSName& name)
 {
   auto lock = condVars.lock();