]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
cosmetics: fix a typo in comments
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 6 Feb 2012 18:26:12 +0000 (19:26 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 6 Feb 2012 18:26:12 +0000 (19:26 +0100)
* tests/extra-programs-empty.test: Fix typo in heading comments.

tests/extra-programs-empty.test

index 992c5ee4223635fe358543d417f49a20031b9d3e..e46e1acfb3a6afddb2f68b19064af1f7db55dff7 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2003, 2006, 2011 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2006, 2011, 2012 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
@@ -15,7 +15,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Test that EXTRA_PROGRAMS doesn't get removed because it is empty.
-# This check hs been introduced in commit `Release-1-9-254-g9d0eaef'
+# This check has been introduced in commit `Release-1-9-254-g9d0eaef'
 # into the former test `subst2.test'.
 
 . ./defs || Exit 1