]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: running
authorJosh Soref <jsoref@users.noreply.github.com>
Wed, 10 Mar 2021 15:35:20 +0000 (10:35 -0500)
committerJosh Soref <jsoref@users.noreply.github.com>
Fri, 12 Mar 2021 14:22:45 +0000 (09:22 -0500)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
.github/actions/spell-check/allow.txt
pdns/dnsdist-lua.cc

index 79c03b35a2c3a7252745d9c396c7dfd418a122ab..fcd028aac985e57d551cb2f75aea66602e5c8cd4 100644 (file)
@@ -3406,7 +3406,6 @@ ruleparams
 ruleresult
 Rumu
 runcond
-runing
 runlevel
 runtests
 RUNWRAPPER
index 78b9b8c3a141cda02ff4d4e9d6b1b15855908daf..686d241e147dfa0b3c9ab35f7a3e97e64d33e27a 100644 (file)
@@ -717,7 +717,7 @@ static void setupLuaConfig(LuaContext& luaCtx, bool client, bool configCheck)
 #endif /* HAVE_SYSTEMD */
 #if 0
       // Useful for debugging leaks, but might lead to race under load
-      // since other threads are still runing.
+      // since other threads are still running.
       for(auto& frontend : g_tlslocals) {
         frontend->cleanup();
       }