bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#8888: [PATCH] maint: fix typos in comment in configure.ac


From: Stefano Lattarini
Subject: bug#8888: [PATCH] maint: fix typos in comment in configure.ac
Date: Sat, 18 Jun 2011 13:26:13 +0200
User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )

A tiny silly cosmetic patch.

I post it here because I couldn't find a "coreutils-patches" list; I
hope it's ok, and if not, sorry in advance.

Regards,
  Stefano
From cfa243dbd91058969499194ae3fcea4453ab9664 Mon Sep 17 00:00:00 2001
Message-Id: <address@hidden>
From: Stefano Lattarini <address@hidden>
Date: Sat, 18 Jun 2011 13:03:54 +0200
Subject: [PATCH] maint: fix typos in comment in configure.ac

* configure.ac ($MAN): Fix typos in explicative comments.
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 2e45f84..b6a1007 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`
 
-- 
1.7.2.3


reply via email to

[Prev in Thread] Current Thread [Next in Thread]