]> git.notmuchmail.org Git - notmuch/commitdiff
test: fix typo in informational message
authorDavid Bremner <david@tethera.net>
Fri, 29 Jan 2016 11:53:12 +0000 (07:53 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 13 Feb 2016 16:32:05 +0000 (12:32 -0400)
Thanks to Olly Betts for noticing

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.