maint: fix doubled-word typo in comments
authorJim Meyering <meyering@redhat.com>
Sun, 10 Apr 2011 21:52:02 +0000 (23:52 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 11 Apr 2011 08:13:10 +0000 (10:13 +0200)
* m4/gethostname.m4: s/is is/it is/
* m4/getdomainname.m4: Likewise.

ChangeLog
m4/getdomainname.m4
m4/gethostname.m4

index 15ef031ba0899dc08682d71f11ef5ef0a785bce5..110cee574d056cb11c0497cbb7e18363b38e40c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-04-10  Jim Meyering  <meyering@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@redhat.com>
 
        maint: remove doubled word: s/it it/it/
index b4bf05251d85c15407438dd24e5b88f4a8385815..db7d480ed17b096235efdec1214ac75d626713b1 100644 (file)
@@ -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],
index 9bdfb7c70d55dfd18996431134b1cca103e447d1..b813c36fb6a9d4dc78fc40a230b8ea8e82eead52 100644 (file)
@@ -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],