From unknown Tue Jun 24 03:27:36 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8475: [PATCH] maint: fix doubled-word typo in comments Resent-From: Jim Meyering Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-coreutils@gnu.org Resent-Date: Mon, 11 Apr 2011 08:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 8475 X-GNU-PR-Package: coreutils X-GNU-PR-Keywords: patch To: 8475@debbugs.gnu.org X-Debbugs-Original-To: bug-coreutils@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.130250969230632 (code B ref -1); Mon, 11 Apr 2011 08:15:02 +0000 Received: (at submit) by debbugs.gnu.org; 11 Apr 2011 08:14:52 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q9CGq-0007y1-E2 for submit@debbugs.gnu.org; Mon, 11 Apr 2011 04:14:52 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q9CGo-0007xm-Ar for submit@debbugs.gnu.org; Mon, 11 Apr 2011 04:14:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9CGi-00006h-Ak for submit@debbugs.gnu.org; Mon, 11 Apr 2011 04:14:45 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:47879) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9CGi-00006Y-72 for submit@debbugs.gnu.org; Mon, 11 Apr 2011 04:14:44 -0400 Received: from [140.186.70.92] (port=36029 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q9CGc-0008KI-BP for bug-coreutils@gnu.org; Mon, 11 Apr 2011 04:14:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9CGZ-00005S-79 for bug-coreutils@gnu.org; Mon, 11 Apr 2011 04:14:36 -0400 Received: from mx.meyering.net ([82.230.74.64]:41369) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9CGY-00005H-Tr for bug-coreutils@gnu.org; Mon, 11 Apr 2011 04:14:35 -0400 Received: by rho.meyering.net (Acme Bit-Twister, from userid 1000) id 505F160279; Mon, 11 Apr 2011 10:14:34 +0200 (CEST) From: Jim Meyering Date: Mon, 11 Apr 2011 10:14:34 +0200 Message-ID: <87d3ktkxw5.fsf@rho.meyering.net> Lines: 71 MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 199.232.76.165 X-Spam-Score: -5.9 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.9 (-----) Another trivial one: >From ab426d01279fa5cb18891d4f088dc13683f86659 Mon Sep 17 00:00:00 2001 From: Jim Meyering 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 + maint: fix doubled-word typo in comment + * m4/gethostname.m4: s/is is/it is/ + * m4/getdomainname.m4: Likewise. + +2011-04-10 Jim Meyering + 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 . 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 From unknown Tue Jun 24 03:27:36 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Jim Meyering Subject: bug#8475: closed (Re: bug#8475: [PATCH] maint: fix doubled-word typo in comments) Message-ID: References: <87oc4djgv4.fsf@rho.meyering.net> <87d3ktkxw5.fsf@rho.meyering.net> X-Gnu-PR-Message: they-closed 8475 X-Gnu-PR-Package: coreutils X-Gnu-PR-Keywords: patch Reply-To: 8475@debbugs.gnu.org Date: Mon, 11 Apr 2011 09:08:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1302512882-2583-1" This is a multi-part message in MIME format... ------------=_1302512882-2583-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #8475: [PATCH] maint: fix doubled-word typo in comments which was filed against the coreutils package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 8475@debbugs.gnu.org. --=20 8475: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D8475 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1302512882-2583-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 8475-done) by debbugs.gnu.org; 11 Apr 2011 09:07:52 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q9D68-0000fL-1T for submit@debbugs.gnu.org; Mon, 11 Apr 2011 05:07:52 -0400 Received: from mx.meyering.net ([82.230.74.64]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q9D65-0000f9-Su for 8475-done@debbugs.gnu.org; Mon, 11 Apr 2011 05:07:51 -0400 Received: by rho.meyering.net (Acme Bit-Twister, from userid 1000) id 05CE0601A7; Mon, 11 Apr 2011 11:07:43 +0200 (CEST) From: Jim Meyering To: 8475-done@debbugs.gnu.org Subject: Re: bug#8475: [PATCH] maint: fix doubled-word typo in comments In-Reply-To: <87d3ktkxw5.fsf@rho.meyering.net> (Jim Meyering's message of "Mon, 11 Apr 2011 10:14:34 +0200") References: <87d3ktkxw5.fsf@rho.meyering.net> Date: Mon, 11 Apr 2011 11:07:43 +0200 Message-ID: <87oc4djgv4.fsf@rho.meyering.net> Lines: 74 MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -5.9 (-----) X-Debbugs-Envelope-To: 8475-done Cc: bug-gnulib@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.9 (-----) Jim Meyering wrote: > Another trivial one: This was intended for bug-gnulib: >>>From ab426d01279fa5cb18891d4f088dc13683f86659 Mon Sep 17 00:00:00 2001 > From: Jim Meyering > 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 > > + maint: fix doubled-word typo in comment > + * m4/gethostname.m4: s/is is/it is/ > + * m4/getdomainname.m4: Likewise. > + > +2011-04-10 Jim Meyering > + > 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 . > 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 ------------=_1302512882-2583-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 11 Apr 2011 08:14:52 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q9CGq-0007y1-E2 for submit@debbugs.gnu.org; Mon, 11 Apr 2011 04:14:52 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q9CGo-0007xm-Ar for submit@debbugs.gnu.org; Mon, 11 Apr 2011 04:14:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9CGi-00006h-Ak for submit@debbugs.gnu.org; Mon, 11 Apr 2011 04:14:45 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:47879) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9CGi-00006Y-72 for submit@debbugs.gnu.org; Mon, 11 Apr 2011 04:14:44 -0400 Received: from [140.186.70.92] (port=36029 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q9CGc-0008KI-BP for bug-coreutils@gnu.org; Mon, 11 Apr 2011 04:14:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9CGZ-00005S-79 for bug-coreutils@gnu.org; Mon, 11 Apr 2011 04:14:36 -0400 Received: from mx.meyering.net ([82.230.74.64]:41369) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9CGY-00005H-Tr for bug-coreutils@gnu.org; Mon, 11 Apr 2011 04:14:35 -0400 Received: by rho.meyering.net (Acme Bit-Twister, from userid 1000) id 505F160279; Mon, 11 Apr 2011 10:14:34 +0200 (CEST) From: Jim Meyering To: bug-coreutils@gnu.org Subject: [PATCH] maint: fix doubled-word typo in comments Date: Mon, 11 Apr 2011 10:14:34 +0200 Message-ID: <87d3ktkxw5.fsf@rho.meyering.net> Lines: 71 MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 199.232.76.165 X-Spam-Score: -5.9 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.9 (-----) Another trivial one: >From ab426d01279fa5cb18891d4f088dc13683f86659 Mon Sep 17 00:00:00 2001 From: Jim Meyering 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 + maint: fix doubled-word typo in comment + * m4/gethostname.m4: s/is is/it is/ + * m4/getdomainname.m4: Likewise. + +2011-04-10 Jim Meyering + 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 . 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 ------------=_1302512882-2583-1--