From: Otto Moerbeek Date: Mon, 22 Jan 2024 12:33:32 +0000 (+0100) Subject: Process comments from review by @rgacogne, thanks! X-Git-Tag: dnsdist-1.9.0-rc1~15^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1440623f6c5984f85389f9a9ab679e7f707adb35;p=thirdparty%2Fpdns.git Process comments from review by @rgacogne, thanks! --- diff --git a/pdns/recursordist/docs/lua-config/rpz.rst b/pdns/recursordist/docs/lua-config/rpz.rst index f09809892b..dfae451256 100644 --- a/pdns/recursordist/docs/lua-config/rpz.rst +++ b/pdns/recursordist/docs/lua-config/rpz.rst @@ -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 ^^^^^^^^^^^^^^^^^ diff --git a/pdns/recursordist/rpzloader.cc b/pdns/recursordist/rpzloader.cc index c5e1036a9e..f04f9ce302 100644 --- a/pdns/recursordist/rpzloader.cc +++ b/pdns/recursordist/rpzloader.cc @@ -644,7 +644,7 @@ static bool RPZTrackerIteration(RPZTrackerParams& params, const DNSName& zoneNam static LockGuarded> condVars; -// Notify all threads trakcing the RPZ name +// Notify all threads tracking the RPZ name bool notifyRPZTracker(const DNSName& name) { auto lock = condVars.lock();