1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-24 16:15:23 +02:00

maint: gen-lists-of-programs.sh: fix typo from previous comment edit

* build-aux/gen-lists-of-programs.sh: Fix comment typo.
This commit is contained in:
Bernhard Voelker
2012-09-11 08:53:56 +02:00
committed by Jim Meyering
parent 6cf9c59b16
commit 40e8affc16

View File

@@ -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.