From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 19:16:01 +0000 (-0500) Subject: spelling: in which the product was compiled X-Git-Tag: rec-5.4.0-alpha1~61^2~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b05971f02f63e7ee2eccfe51a8bc3050309d5473;p=thirdparty%2Fpdns.git spelling: in which the product was compiled Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 38ac3fb09d..935fb298f0 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -10,7 +10,7 @@ permissions: # least privileges, see https://docs.github.com/en/actions/using-wo contents: read # clang-tidy fun: -# We need to invoke clang-tidy from the correct directory, the one the product was compiled in, so that we get the correct include paths. +# We need to invoke clang-tidy from the correct directory, the one in which the product was compiled, so that we get the correct include paths. # This means the root for the auth, pdns/recursordist for the rec and pdns/dnsdistdist for dnsdist # It is important that files that are used by more than one product are processed by all the products using them # because they might have difference compilation flags.