GNU bug report logs - #12578
depcomp typo "informations"

Previous Next

Package: automake;

Reported by: Paul Eggert <eggert <at> cs.ucla.edu>

Date: Fri, 5 Oct 2012 06:12:02 UTC

Severity: minor

Done: Stefano Lattarini <stefano.lattarini <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 12578 in the body.
You can then email your comments to 12578 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-automake <at> gnu.org:
bug#12578; Package automake. (Fri, 05 Oct 2012 06:12:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Paul Eggert <eggert <at> cs.ucla.edu>:
New bug report received and forwarded. Copy sent to bug-automake <at> gnu.org. (Fri, 05 Oct 2012 06:12:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: bug-automake <at> gnu.org
Subject: depcomp typo "informations"
Date: Thu, 04 Oct 2012 23:11:22 -0700
There is no word "informations" in English.
I found this typo while spell-checking Emacs,
and want to fix the bug upstream, in Automake.

diff --git a/lib/depcomp b/lib/depcomp
index 0544c68..ee84bf2 100755
--- a/lib/depcomp
+++ b/lib/depcomp
@@ -108,7 +108,7 @@ if test "$depmode" = msvc7msys; then
 fi
 
 if test "$depmode" = xlc; then
-   # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency informations.
+   # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information.
    gccflag=-qmakedep=gcc,-MF
    depmode=gcc
 fi




Information forwarded to bug-automake <at> gnu.org:
bug#12578; Package automake. (Sun, 14 Oct 2012 09:51:01 GMT) Full text and rfc822 format available.

Message #8 received at 12578 <at> debbugs.gnu.org (full text, mbox):

From: Stefano Lattarini <stefano.lattarini <at> gmail.com>
To: Paul Eggert <eggert <at> cs.ucla.edu>
Cc: 12578 <at> debbugs.gnu.org
Subject: Re: bug#12578: depcomp typo "informations"
Date: Sun, 14 Oct 2012 11:49:36 +0200
tags 12578 minor
close 12578
thanks

Hi Paul.  Thanks for the report, and sorry for the shameful delay.

On 10/05/2012 08:11 AM, Paul Eggert wrote:
> There is no word "informations" in English.
> I found this typo while spell-checking Emacs,
> and want to fix the bug upstream, in Automake.
> 
> diff --git a/lib/depcomp b/lib/depcomp
> index 0544c68..ee84bf2 100755
> --- a/lib/depcomp
> +++ b/lib/depcomp
> @@ -108,7 +108,7 @@ if test "$depmode" = msvc7msys; then
>  fi
>  
>  if test "$depmode" = xlc; then
> -   # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency informations.
> +   # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information.
>     gccflag=-qmakedep=gcc,-MF
>     depmode=gcc
>  fi
>
I've applied this fix in your name.

However, for the future, might I ask you to provide complete patches, even
for trivial fixlets like this one?  That would make the workflow easier for
me.  Granted, not a big deal in this case, but little annoyances tend to
pile up in the long term, potentially becoming relevant in the end, so it's
better if we can avoid them up-front.

Thanks,
  Stefano




bug closed, send any further explanations to 12578 <at> debbugs.gnu.org and Paul Eggert <eggert <at> cs.ucla.edu> Request was from Stefano Lattarini <stefano.lattarini <at> gmail.com> to control <at> debbugs.gnu.org. (Sun, 14 Oct 2012 09:51:03 GMT) Full text and rfc822 format available.

Severity set to 'minor' from 'normal' Request was from Stefano Lattarini <stefano.lattarini <at> gmail.com> to control <at> debbugs.gnu.org. (Sun, 14 Oct 2012 10:02:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-automake <at> gnu.org:
bug#12578; Package automake. (Sun, 14 Oct 2012 16:44:02 GMT) Full text and rfc822 format available.

Message #15 received at 12578 <at> debbugs.gnu.org (full text, mbox):

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: Stefano Lattarini <stefano.lattarini <at> gmail.com>
Cc: 12578 <at> debbugs.gnu.org
Subject: Re: bug#12578: depcomp typo "informations"
Date: Sun, 14 Oct 2012 09:42:24 -0700
On 10/14/2012 02:49 AM, Stefano Lattarini wrote:
> However, for the future, might I ask you to provide complete patches, even
> for trivial fixlets like this one?  That would make the workflow easier for
> me.

Sure.  Even less work for you (and for me) would be if I simply
applied the patches.




Information forwarded to bug-automake <at> gnu.org:
bug#12578; Package automake. (Sun, 14 Oct 2012 16:46:01 GMT) Full text and rfc822 format available.

Message #18 received at 12578 <at> debbugs.gnu.org (full text, mbox):

From: Stefano Lattarini <stefano.lattarini <at> gmail.com>
To: Paul Eggert <eggert <at> cs.ucla.edu>
Cc: 12578 <at> debbugs.gnu.org
Subject: Re: bug#12578: depcomp typo "informations"
Date: Sun, 14 Oct 2012 18:44:07 +0200
On 10/14/2012 06:42 PM, Paul Eggert wrote:
> On 10/14/2012 02:49 AM, Stefano Lattarini wrote:
>> However, for the future, might I ask you to provide complete patches, even
>> for trivial fixlets like this one?  That would make the workflow easier for
>> me.
> 
> Sure.  Even less work for you (and for me) would be if I simply
> applied the patches.
>
Right, I forgot you had commit access...  Oh well, next time I'll let
you sweat through the details ;-)

Thanks,
  Stefano




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 12 Nov 2012 12:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 12 years and 308 days ago.

Previous Next


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