From 1440623f6c5984f85389f9a9ab679e7f707adb35 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 22 Jan 2024 13:33:32 +0100 Subject: [PATCH] Process comments from review by @rgacogne, thanks! --- pdns/recursordist/docs/lua-config/rpz.rst | 2 +- pdns/recursordist/rpzloader.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(); -- 2.47.2