diff options
| author | David Bremner <david@tethera.net> | 2016-01-29 07:53:12 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-02-13 12:32:05 -0400 |
| commit | e2b7bd9bace8525eb84d2e2c9d912111b0efde26 (patch) | |
| tree | fc603a6c67a7537e4998a61d8ac492090df8971c | |
| parent | 8d3d92bd8e854322e8fa4ae589c3082447613568 (diff) | |
test: fix typo in informational message
Thanks to Olly Betts for noticing
| -rw-r--r-- | test/Makefile.local | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
