Re: [PATCH 2/3] test: fix typo in informational message

Subject: Re: [PATCH 2/3] test: fix typo in informational message

Date: Sat, 13 Feb 2016 12:44:27 -0400

To: notmuch@notmuchmail.org

Cc:

From: David Bremner


David Bremner <david@tethera.net> writes:

> Thanks to Olly Betts for noticing
> ---
>  test/Makefile.local | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/test/Makefile.local b/test/Makefile.local
> index 2b18691..30d420e 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.
> -- 
> 2.6.4

pushed.

d

Thread: