From: David Bremner <david@tethera.net>
Date: Fri, 29 Jan 2016 11:53:12 +0000 (-0400)
Subject: test: fix typo in informational message
X-Git-Tag: 0.22_rc0~61
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=e2b7bd9bace8525eb84d2e2c9d912111b0efde26;p=notmuch-old

test: fix typo in informational message

Thanks to Olly Betts for noticing
---

diff --git a/test/Makefile.local b/test/Makefile.local
index 2b186914..30d420e5 100644
--- a/test/Makefile.local
+++ b/test/Makefile.local
@@ -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.