From: Bernhard Voelker Date: Tue, 11 Sep 2012 06:53:56 +0000 (+0200) Subject: maint: gen-lists-of-programs.sh: fix typo from previous comment edit X-Git-Tag: v8.20~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40e8affc16740e79713de7d929fcd594ce4fb87f;p=thirdparty%2Fcoreutils.git maint: gen-lists-of-programs.sh: fix typo from previous comment edit * build-aux/gen-lists-of-programs.sh: Fix comment typo. --- diff --git a/build-aux/gen-lists-of-programs.sh b/build-aux/gen-lists-of-programs.sh index de9ff6422c..212ce027be 100755 --- a/build-aux/gen-lists-of-programs.sh +++ b/build-aux/gen-lists-of-programs.sh @@ -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.