GNU bug report logs - #8475
[PATCH] maint: fix doubled-word typo in comments

Previous Next

Package: coreutils;

Reported by: Jim Meyering <jim <at> meyering.net>

Date: Mon, 11 Apr 2011 08:15:02 UTC

Severity: normal

Tags: patch

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

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 8475 in the body.
You can then email your comments to 8475 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 owner <at> debbugs.gnu.org, bug-coreutils <at> gnu.org:
bug#8475; Package coreutils. (Mon, 11 Apr 2011 08:15:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jim Meyering <jim <at> meyering.net>:
New bug report received and forwarded. Copy sent to bug-coreutils <at> gnu.org. (Mon, 11 Apr 2011 08:15:03 GMT) Full text and rfc822 format available.

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

From: Jim Meyering <jim <at> meyering.net>
To: bug-coreutils <at> gnu.org
Subject: [PATCH] maint: fix doubled-word typo in comments
Date: Mon, 11 Apr 2011 10:14:34 +0200
Another trivial one:

From ab426d01279fa5cb18891d4f088dc13683f86659 Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering <at> redhat.com>
Date: Sun, 10 Apr 2011 23:52:02 +0200
Subject: [PATCH] maint: fix doubled-word typo in comments

* m4/gethostname.m4: s/is is/it is/
* m4/getdomainname.m4: Likewise.
---
 ChangeLog           |    6 ++++++
 m4/getdomainname.m4 |    4 ++--
 m4/gethostname.m4   |    4 ++--
 3 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 15ef031..110cee5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2011-04-10  Jim Meyering  <meyering <at> redhat.com>

+	maint: fix doubled-word typo in comment
+	* m4/gethostname.m4: s/is is/it is/
+	* m4/getdomainname.m4: Likewise.
+
+2011-04-10  Jim Meyering  <meyering <at> redhat.com>
+
 	maint: remove doubled word: s/it it/it/
 	* lib/stat-time.h (get_stat_birthtime): s/it it/it/

diff --git a/m4/getdomainname.m4 b/m4/getdomainname.m4
index b4bf052..db7d480 100644
--- a/m4/getdomainname.m4
+++ b/m4/getdomainname.m4
@@ -1,4 +1,4 @@
-# getdomainname.m4 serial 5
+# getdomainname.m4 serial 6
 dnl Copyright (C) 2002-2003, 2008-2011 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -18,7 +18,7 @@ AC_DEFUN([gl_FUNC_GETDOMAINNAME],
   dnl   is discouraged, see
   dnl   <http://www.sun.com/software/solaris/programs/abi/appcert_faq.xml#q18>.
   dnl   We need to avoid a collision with this function.
-  dnl - Otherwise is is in libc.
+  dnl - Otherwise it is in libc.
   AC_CHECK_FUNCS([getdomainname], , [
     AC_CACHE_CHECK([for getdomainname in -lnsl],
       [gl_cv_func_getdomainname_in_libnsl],
diff --git a/m4/gethostname.m4 b/m4/gethostname.m4
index 9bdfb7c..b813c36 100644
--- a/m4/gethostname.m4
+++ b/m4/gethostname.m4
@@ -1,4 +1,4 @@
-# gethostname.m4 serial 10
+# gethostname.m4 serial 11
 dnl Copyright (C) 2002, 2008-2011 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -14,7 +14,7 @@ AC_DEFUN([gl_FUNC_GETHOSTNAME],

   dnl Where is gethostname() defined?
   dnl - On native Windows, it is in ws2_32.dll.
-  dnl - Otherwise is is in libc.
+  dnl - Otherwise it is in libc.
   GETHOSTNAME_LIB=
   AC_CHECK_FUNCS([gethostname], , [
     AC_CACHE_CHECK([for gethostname in winsock2.h and -lws2_32],
--
1.7.5.rc1.228.g86d60b




Reply sent to Jim Meyering <jim <at> meyering.net>:
You have taken responsibility. (Mon, 11 Apr 2011 09:08:01 GMT) Full text and rfc822 format available.

Notification sent to Jim Meyering <jim <at> meyering.net>:
bug acknowledged by developer. (Mon, 11 Apr 2011 09:08:02 GMT) Full text and rfc822 format available.

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

From: Jim Meyering <jim <at> meyering.net>
To: 8475-done <at> debbugs.gnu.org
Cc: bug-gnulib <at> gnu.org
Subject: Re: bug#8475: [PATCH] maint: fix doubled-word typo in comments
Date: Mon, 11 Apr 2011 11:07:43 +0200
Jim Meyering wrote:
> Another trivial one:

This was intended for bug-gnulib:

>>From ab426d01279fa5cb18891d4f088dc13683f86659 Mon Sep 17 00:00:00 2001
> From: Jim Meyering <meyering <at> redhat.com>
> Date: Sun, 10 Apr 2011 23:52:02 +0200
> Subject: [PATCH] maint: fix doubled-word typo in comments
>
> * m4/gethostname.m4: s/is is/it is/
> * m4/getdomainname.m4: Likewise.
> ---
>  ChangeLog           |    6 ++++++
>  m4/getdomainname.m4 |    4 ++--
>  m4/gethostname.m4   |    4 ++--
>  3 files changed, 10 insertions(+), 4 deletions(-)
>
> diff --git a/ChangeLog b/ChangeLog
> index 15ef031..110cee5 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,5 +1,11 @@
>  2011-04-10  Jim Meyering  <meyering <at> redhat.com>
>
> +	maint: fix doubled-word typo in comment
> +	* m4/gethostname.m4: s/is is/it is/
> +	* m4/getdomainname.m4: Likewise.
> +
> +2011-04-10  Jim Meyering  <meyering <at> redhat.com>
> +
>  	maint: remove doubled word: s/it it/it/
>  	* lib/stat-time.h (get_stat_birthtime): s/it it/it/
>
> diff --git a/m4/getdomainname.m4 b/m4/getdomainname.m4
> index b4bf052..db7d480 100644
> --- a/m4/getdomainname.m4
> +++ b/m4/getdomainname.m4
> @@ -1,4 +1,4 @@
> -# getdomainname.m4 serial 5
> +# getdomainname.m4 serial 6
>  dnl Copyright (C) 2002-2003, 2008-2011 Free Software Foundation, Inc.
>  dnl This file is free software; the Free Software Foundation
>  dnl gives unlimited permission to copy and/or distribute it,
> @@ -18,7 +18,7 @@ AC_DEFUN([gl_FUNC_GETDOMAINNAME],
>    dnl   is discouraged, see
>    dnl   <http://www.sun.com/software/solaris/programs/abi/appcert_faq.xml#q18>.
>    dnl   We need to avoid a collision with this function.
> -  dnl - Otherwise is is in libc.
> +  dnl - Otherwise it is in libc.
>    AC_CHECK_FUNCS([getdomainname], , [
>      AC_CACHE_CHECK([for getdomainname in -lnsl],
>        [gl_cv_func_getdomainname_in_libnsl],
> diff --git a/m4/gethostname.m4 b/m4/gethostname.m4
> index 9bdfb7c..b813c36 100644
> --- a/m4/gethostname.m4
> +++ b/m4/gethostname.m4
> @@ -1,4 +1,4 @@
> -# gethostname.m4 serial 10
> +# gethostname.m4 serial 11
>  dnl Copyright (C) 2002, 2008-2011 Free Software Foundation, Inc.
>  dnl This file is free software; the Free Software Foundation
>  dnl gives unlimited permission to copy and/or distribute it,
> @@ -14,7 +14,7 @@ AC_DEFUN([gl_FUNC_GETHOSTNAME],
>
>    dnl Where is gethostname() defined?
>    dnl - On native Windows, it is in ws2_32.dll.
> -  dnl - Otherwise is is in libc.
> +  dnl - Otherwise it is in libc.
>    GETHOSTNAME_LIB=
>    AC_CHECK_FUNCS([gethostname], , [
>      AC_CACHE_CHECK([for gethostname in winsock2.h and -lws2_32],
> --
> 1.7.5.rc1.228.g86d60b




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 09 May 2011 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 14 years and 49 days ago.

Previous Next


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