GNU bug report logs - #8888
[PATCH] maint: fix typos in comment in configure.ac

Previous Next

Package: coreutils;

Reported by: Stefano Lattarini <stefano.lattarini <at> gmail.com>

Date: Sat, 18 Jun 2011 11:27:02 UTC

Severity: normal

Tags: patch

Done: Jim Meyering <jim <at> meyering.net>

Bug is archived. No further changes may be made.

Full log


Message #10 received at 8888-done <at> debbugs.gnu.org (full text, mbox):

From: Jim Meyering <jim <at> meyering.net>
To: Stefano Lattarini <stefano.lattarini <at> gmail.com>
Cc: 8888-done <at> debbugs.gnu.org
Subject: Re: bug#8888: [PATCH] maint: fix typos in comment in configure.ac
Date: Sat, 18 Jun 2011 19:36:07 +0200
Stefano Lattarini wrote:
> 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.

Thanks.

coreutils@ is better for something trivial like this.
Then we don't get an "issue" number in debbugs and
we don't have to bother marking it as "done".

> 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`




This bug report was last modified 13 years and 340 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.