From bc97640b656b25c3876ca8d5317d4064b0f4f40e Mon Sep 17 00:00:00 2001 From: Karthik Periagaram Date: Sat, 13 Dec 2014 13:15:52 -0800 Subject: [PATCH] Grammatical error in make file comment fixed Signed-off-by: Erik de Castro Lopo --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index cd36e9b5..73af224f 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -31,7 +31,7 @@ check_SCRIPTS = \ test_streams.sh \ test_compression.sh -# This one should pass when building out-of-tree (eg 'make distcheck'). +# This one should pass when building out-of-tree (e.g. 'make distcheck'). check: $(check_SCRIPTS) $(TESTS_ENVIRONMENT) $(srcdir)/test_libFLAC.sh if FLaC__WITH_CPPLIBS