From: Jim Meyering Date: Thu, 14 Oct 2010 14:39:22 +0000 (+0200) Subject: tests: fix comment typo X-Git-Tag: v1.12.0b~399 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=44eb24d65ca6db445a40535067683418a3760c1f;p=platform%2Fupstream%2Fautomake.git tests: fix comment typo * tests/substref.test: Fix grammar in a comment. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index ab9fa23..0aba9e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-01-15 Jim Meyering + + tests: fix comment typo + * tests/substref.test: Fix grammar in a comment. + 2011-01-13 Stefano Lattarini tests: fix spurious failures in two texinfo tests diff --git a/tests/substref.test b/tests/substref.test index 3d4da05..23dc168 100755 --- a/tests/substref.test +++ b/tests/substref.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2001, 2002, 2010 Free Software Foundation, Inc. +# Copyright (C) 2001, 2002, 2010, 2011 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -63,7 +63,7 @@ diff exp got # This is unrelated to the rest of this test. But while we are # at it, make sure we don't use am__helldl_SOURCES_DIST here, since -# it's not needed. DIST_SOURCES should contains $(helldl_SOURCES). +# it's not needed. DIST_SOURCES should contain $(helldl_SOURCES). grep am__helldl_SOURCES_DIST Makefile && Exit 1 grep 'DIST_SOURCES.*\$(helldl_SOURCES)' Makefile