From unknown Tue Jun 24 03:26:28 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#8475 <8475@debbugs.gnu.org> To: bug#8475 <8475@debbugs.gnu.org> Subject: Status: [PATCH] maint: fix doubled-word typo in comments Reply-To: bug#8475 <8475@debbugs.gnu.org> Date: Tue, 24 Jun 2025 10:26:28 +0000 retitle 8475 [PATCH] maint: fix doubled-word typo in comments reassign 8475 coreutils submitter 8475 Jim Meyering severity 8475 normal tag 8475 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 11 04:14:52 2011 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 From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 11 05:07:52 2011 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 From unknown Tue Jun 24 03:26:28 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 09 May 2011 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator