Bernhard Voelker wrote: > On September 10, 2012 at 4:34 PM Jim Meyering <j...@meyering.net> wrote: > >> diff --git a/build-aux/gen-lists-of-programs.sh >> b/build-aux/gen-lists-of-programs.sh >> index 9ca46cf..de9ff64 100755 >> --- a/build-aux/gen-lists-of-programs.sh >> +++ b/build-aux/gen-lists-of-programs.sh >> @@ -1,8 +1,8 @@ >> #!/bin/sh >> # 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 the >> -# definitions of these list among several files ('configure.ac' and >> +# programs should be built. This is useful to avoid duplicating these >> +# list definitions list among several files ('configure.ac' and >> # 'src/local.mk' at least); such duplication had proved a source of >> # inconsistencies and bugs in the past. > > s/list definitions list/list definitions/
Good catch. Please check for typos in the log I wrote in your name ;-) >From 40e8affc16740e79713de7d929fcd594ce4fb87f Mon Sep 17 00:00:00 2001 From: Bernhard Voelker <m...@bernhard-voelker.de> Date: Tue, 11 Sep 2012 08:53:56 +0200 Subject: [PATCH] maint: gen-lists-of-programs.sh: fix typo from previous comment edit * build-aux/gen-lists-of-programs.sh: Fix comment typo. --- build-aux/gen-lists-of-programs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/gen-lists-of-programs.sh b/build-aux/gen-lists-of-programs.sh index de9ff64..212ce02 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. -- 1.7.12.289.g0ce9864