]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: in which the product was compiled
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 19:16:01 +0000 (14:16 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 20 Nov 2025 12:31:10 +0000 (07:31 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
.github/workflows/codeql-analysis.yml

index 38ac3fb09db8a1322ea0a47d90cca6fce44e3616..935fb298f0ff95f7f8666564bddefc59e43f5f20 100644 (file)
@@ -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.