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=cfce92bb20501eb0e2b0780d61171ab8cadf3231 The following commit(s) were added to refs/heads/main by this push: new cfce92bb2 test: Fix typo in comment cfce92bb2 is described below commit cfce92bb20501eb0e2b0780d61171ab8cadf3231 (HEAD -> main) Author: Guillem Jover <[email protected]> AuthorDate: Fri Apr 1 03:09:36 2022 +0200 test: Fix typo in comment Warned-by: codespell --- tests/t-multiarch/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/t-multiarch/Makefile b/tests/t-multiarch/Makefile index 97cbc6262..e99c936e9 100644 --- a/tests/t-multiarch/Makefile +++ b/tests/t-multiarch/Makefile @@ -115,7 +115,7 @@ test-print-foreign-architecture: $(call stdout_is,$(DPKG) --print-foreign-architectures,$(FOREIGN_ARCH)) $(DPKG) --add-architecture foobar $(DPKG) --print-foreign-architectures | cmp ref-arch - - # Ensure all/any can't be addded as foreign arch + # Ensure all/any can't be added as foreign arch ! $(DPKG) --add-architecture all ! $(DPKG) --add-architecture any # Ensure the native arch is never considered as -- Dpkg.Org's dpkg

