]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: gen-lists-of-programs.sh: fix typo from previous comment edit
authorBernhard Voelker <mail@bernhard-voelker.de>
Tue, 11 Sep 2012 06:53:56 +0000 (08:53 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 11 Sep 2012 06:53:56 +0000 (08:53 +0200)
* build-aux/gen-lists-of-programs.sh: Fix comment typo.

build-aux/gen-lists-of-programs.sh

index de9ff6422ca576204dbf42d7811498a84f257f1f..212ce027befdd734ed63c06979fe0fe41237d5d6 100755 (executable)
@@ -2,7 +2,7 @@
 # Generate lists of all coreutils programs, to be fed both to Autoconf
 # and Automake, and with further distinctions about how and when these
 # programs should be built.  This is useful to avoid duplicating these
-# list definitions list among several files ('configure.ac' and
+# list definitions among several files ('configure.ac' and
 # 'src/local.mk' at least); such duplication had proved a source of
 # inconsistencies and bugs in the past.