]> git.notmuchmail.org Git - notmuch/blobdiff - test/Makefile.local
test: fix typo in informational message
[notmuch] / test / Makefile.local
index 2b18691403aaa101ab81878c22f957eb1a1f034b..30d420e5b661793a1fcde8118136a729048e4811 100644 (file)
@@ -57,7 +57,7 @@ test-binaries: $(TEST_BINARIES)
 
 test:  all test-binaries
 ifeq ($V,)
-       @echo 'Use "$(MAKE) V=1" to print test headings and PASSIng results.'
+       @echo 'Use "$(MAKE) V=1" to print test headings and PASSing results.'
        @env NOTMUCH_TEST_QUIET=1 ${test_src_dir}/notmuch-test $(OPTIONS)
 else
 # The user has explicitly enabled quiet execution.