From: Josh Soref Date: Wed, 10 Mar 2021 15:35:20 +0000 (-0500) Subject: spelling: running X-Git-Tag: rec-4.5.0-beta1~30^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a43cba66ca4e428416f31b2397ccb677800d52e0;p=thirdparty%2Fpdns.git spelling: running Signed-off-by: Josh Soref --- diff --git a/.github/actions/spell-check/allow.txt b/.github/actions/spell-check/allow.txt index 79c03b35a2..fcd028aac9 100644 --- a/.github/actions/spell-check/allow.txt +++ b/.github/actions/spell-check/allow.txt @@ -3406,7 +3406,6 @@ ruleparams ruleresult Rumu runcond -runing runlevel runtests RUNWRAPPER diff --git a/pdns/dnsdist-lua.cc b/pdns/dnsdist-lua.cc index 78b9b8c3a1..686d241e14 100644 --- a/pdns/dnsdist-lua.cc +++ b/pdns/dnsdist-lua.cc @@ -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(); }