]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: fix typo (copy & paste blunder) in heading comment
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 23 Apr 2011 08:55:49 +0000 (10:55 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 23 Apr 2011 08:55:49 +0000 (10:55 +0200)
* tests/maintclean-vpath.test: Correctly refer to the sister test
as `maintclean.test', not as `maintclean-vpath.test'.

ChangeLog
tests/maintclean-vpath.test

index a9aa182bf59aca4bba3d3b76f735e0bf47bcc7a1..1764e86499c6ec56ab163d75ae28c86a359467cd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-04-23  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       tests: fix typo (copy & paste blunder) in heading comment
+       * tests/maintclean-vpath.test: Correctly refer to the sister test
+       as `maintclean.test', not as `maintclean-vpath.test'.
+
 2011-04-23  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        tests: remove redundant test `mclean.test'
index 8dd2a95425a62421b496478c598fa389547c19a0..4b93ab1448443a3e7fee2f033d5e6bb1bc481b9e 100755 (executable)
@@ -15,7 +15,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Make sure distclean and maintainer-clean erase the right files.
-# This test is for VPATH builds; see sister test `maintclean-vpath.test'
+# This test is for VPATH builds; see sister test `maintclean.test'
 # for in-tree builds.
 
 . ./defs || Exit 1