diff options
author | Karthik Periagaram <karthik.periagaram@gmail.com> | 2014-12-13 13:15:52 -0800 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2014-12-14 18:00:05 +1100 |
commit | bc97640b656b25c3876ca8d5317d4064b0f4f40e (patch) | |
tree | 4039372755cf3f1dd29b376b78e94521233ccea6 /test/Makefile.am | |
parent | f8255f2b7a0a3a2af81730df10cd3b3c3c2eedcb (diff) | |
download | flac-bc97640b656b25c3876ca8d5317d4064b0f4f40e.tar.gz |
Grammatical error in make file comment fixed
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |