OSDN Git Service

tests: Fix typo in check-help output
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 11 Jan 2022 17:55:28 +0000 (18:55 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 18 Jan 2022 11:32:16 +0000 (12:32 +0100)
Fix typo in 'make check-help' output.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220111175528.22294-1-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
tests/Makefile.include

index 4c564cf..3aba622 100644 (file)
@@ -23,7 +23,7 @@ endif
        @echo " $(MAKE) check-clean          Clean the tests and related data"
        @echo
        @echo "The following are useful for CI builds"
-       @echo " $(MAKE) check-build          Build most test binaris"
+       @echo " $(MAKE) check-build          Build most test binaries"
        @echo " $(MAKE) get-vm-images        Downloads all images used by avocado tests, according to configured targets (~350 MB each, 1.5 GB max)"
        @echo
        @echo