From: Stefano Lattarini Date: Mon, 6 Feb 2012 18:26:12 +0000 (+0100) Subject: cosmetics: fix a typo in comments X-Git-Tag: ng-0.5a~11^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2506b3935b6e890f6d2a5b80234a9a91ab6515e9;p=thirdparty%2Fautomake.git cosmetics: fix a typo in comments * tests/extra-programs-empty.test: Fix typo in heading comments. --- diff --git a/tests/extra-programs-empty.test b/tests/extra-programs-empty.test index 992c5ee42..e46e1acfb 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 . # 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