This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=ddd04d565a2b9be7e21ec34089a3ab5ad527d7e8 commit ddd04d565a2b9be7e21ec34089a3ab5ad527d7e8 Author: Guillem Jover <[email protected]> AuthorDate: Sat Jul 8 21:20:25 2023 +0200 build: Fix typo in DPKG_COMPILER_SANITIZER m4 macro comment Fixes: commit 59268c3f1098114c0dc27b2129882faa96897a1a Warned-by: codespell Changelog: silent --- m4/dpkg-compiler.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/dpkg-compiler.m4 b/m4/dpkg-compiler.m4 index fe1f0b95e..6f5b73693 100644 --- a/m4/dpkg-compiler.m4 +++ b/m4/dpkg-compiler.m4 @@ -176,7 +176,7 @@ AC_DEFUN([DPKG_COMPILER_SANITIZER], [ # ---------------------- # Add configure option to enable compiler analyzer support options. # Note: This is only intended for development use, as enabling this option -# unconditionally can generate large amounts of false positivies that +# unconditionally can generate large amounts of false positives that # require sentient triage intervention. AC_DEFUN([DPKG_COMPILER_ANALYZER], [ AC_ARG_ENABLE([compiler-analyzer], -- Dpkg.Org's dpkg

