diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2011-06-18 13:03:54 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-06-18 19:37:36 +0200 |
commit | 51e9f0308e878e2b2906e767e69d2119c383033c (patch) | |
tree | 76fa3de164cbde1f398073b12acd5bec7298502d | |
parent | 4c3c2c795ee7453add2c6e9b3112486be086a784 (diff) | |
download | coreutils-51e9f0308e878e2b2906e767e69d2119c383033c.tar.xz |
maint: fix typo in comment in configure.ac
* configure.ac ($MAN): Fix typo in explanatory comment.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2e45f8493..b6a10072c 100644 --- a/configure.ac +++ b/configure.ac @@ -419,7 +419,7 @@ esac MAN=`echo "$optional_bin_progs "|sed 's/ /.1 /g;s/ $//'|tr -d '\\015\\012'` -# Change ginstall.1 to "install.h" in $MAN. +# Change "ginstall.1" to "install.1" in $MAN. MAN=`for m in $MAN; do test $m = ginstall.1 && m=install.1; echo $m; done \ | tr '\015\012' ' '; echo` |