* tests/extra-programs-empty.test: Fix typo in heading comments. --- tests/extra-programs-empty.test | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/extra-programs-empty.test b/tests/extra-programs-empty.test index 992c5ee..e46e1ac 100755 --- a/tests/extra-programs-empty.test +++ b/tests/extra-programs-empty.test @@ -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 -- 1.7.7.3