bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Remove repeated words


From: Bjarni Ingi Gislason
Subject: [PATCH] Remove repeated words
Date: Mon, 22 May 2017 18:02:35 +0000

Signed-off-by: Bjarni Ingi Gislason <address@hidden>
---
 ChangeLog                         | 16 ++++++++--------
 build-aux/texinfo.tex             |  2 +-
 lib/fd-hook.c                     |  2 +-
 lib/fd-hook.h                     |  2 +-
 lib/savewd.c                      |  2 +-
 lib/uninorm/decomposition-table.h |  2 +-
 modules/atoll                     |  2 +-
 7 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 541952e49..66a8328a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7484,7 +7484,7 @@
        HAVE_GETXATTR.
        * m4/acl.m4 (gl_FILE_HAS_ACL): Test fot the entire combination of
        linux/xattr.h, sys/xattr.h, getxattr, XATTR_NAME_POSIX_ACL_ACCESS,
-       and XATTR_NAME_POSIX_ACL_DEFAULT, since that's what what
+       and XATTR_NAME_POSIX_ACL_DEFAULT, since that's what
        file-has-acl.c actually needs.
 
 2015-04-26  Pádraig Brady  <address@hidden>
@@ -10814,7 +10814,7 @@ o       Test only that noncanonical values do not cause 
crashes, not that
        * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME):
        * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS):
        * modules/time (time.h):
-       Don't worry about about the possibility of localtime and gmtime
+       Don't worry about the possibility of localtime and gmtime
        being absent; they're present in all C libraries we know about.
        * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS):
        Don't assume sys_time is present and has been initialized.
@@ -10882,7 +10882,7 @@ o       Test only that noncanonical values do not cause 
crashes, not that
        * m4/gl-openssl.m4 (gl_CRYPTO_CHECK):
        Add support for a new option, --with-openssl=auto, which causes
        the library to be used if available and silently ignored if not.
-       Add support to allow allow configure.ac to specify its own
+       Add support to allow configure.ac to specify its own
        default, by setting with_openssl_default before invoking gl_INIT.
 
 2013-12-05  Paul Eggert  <address@hidden>
@@ -37449,7 +37449,7 @@ o       Test only that noncanonical values do not cause 
crashes, not that
        (main): Perform test also when getrlimit and setrlimit don't exist or
        when setrlimit of RLIMIT_DATA fails (like on Cygwin). Instead of
        limiting the address space size using setrlimit, compare the address
-       space size before and after the the test.
+       space size before and after the test.
        * tests/test-dprintf-posix2.c: Likewise.
        * tests/test-fprintf-posix3.sh: Update skip messages.
        * tests/test-dprintf-posix2.sh: Likewise.
@@ -47962,7 +47962,7 @@ o       Test only that noncanonical values do not cause 
crashes, not that
        * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.  Move decl
        check...
        * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): ...here.  Request
-       replacement for for non-const BSD signature.
+       replacement for non-const BSD signature.
        * modules/pty (Makefile.am): Substitute witnesses.
        * lib/pty.in.h (forkpty, openpty): Declare replacements.
        * tests/test-forkpty.c: Update signature check.
@@ -48875,7 +48875,7 @@ o       Test only that noncanonical values do not cause 
crashes, not that
 
 2010-02-21  Bruno Haible  <address@hidden>
 
-       Really work around around "broken pipe" error message from bash 3.2.
+       Really work around "broken pipe" error message from bash 3.2.
        * gnulib-tool (func_reset_sigpipe): Remove function.
        (echo): In bash 3.2, define to a function that uses printf.
        Analyzed by Ralf Wildenhues, Chet Ramey, Ben Pfaff.
@@ -59038,7 +59038,7 @@ o       Test only that noncanonical values do not cause 
crashes, not that
        * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
        * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
        * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
-       is 1, not only the the first time.
+       is 1, not only the first time.
 
 2009-08-10  Bruno Haible  <address@hidden>
 
@@ -97149,7 +97149,7 @@ o       Test only that noncanonical values do not cause 
crashes, not that
        glibc.  No doubt this problem also needs to be handled for glibc
        as well, but the result will be an incompatible change to the
        glibc ABI, and the old ABI will have to be supported too.  That
-       can be the the subject for another patch.
+       can be the subject for another patch.
 
        * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
        governing whether the rest of this patch is active.  By default,
diff --git a/build-aux/texinfo.tex b/build-aux/texinfo.tex
index 8204f3e3a..3c908e20c 100644
--- a/build-aux/texinfo.tex
+++ b/build-aux/texinfo.tex
@@ -5927,7 +5927,7 @@ end
 }
 
 
-% Finished with with double columns.
+% Finished with double columns.
 \def\enddoublecolumns{%
   % The following penalty ensures that the page builder is exercised
   % _before_ we change the output routine.  This is necessary in the
diff --git a/lib/fd-hook.c b/lib/fd-hook.c
index 627863a29..2581b757c 100644
--- a/lib/fd-hook.c
+++ b/lib/fd-hook.c
@@ -1,4 +1,4 @@
-/* Hook for making making file descriptor functions close(), ioctl() 
extensible.
+/* Hook for making file descriptor functions close(), ioctl() extensible.
    Copyright (C) 2009-2017 Free Software Foundation, Inc.
    Written by Bruno Haible <address@hidden>, 2009.
 
diff --git a/lib/fd-hook.h b/lib/fd-hook.h
index 246ca7769..400375ef8 100644
--- a/lib/fd-hook.h
+++ b/lib/fd-hook.h
@@ -1,4 +1,4 @@
-/* Hook for making making file descriptor functions close(), ioctl() 
extensible.
+/* Hook for making file descriptor functions close(), ioctl() extensible.
    Copyright (C) 2009-2017 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify it
diff --git a/lib/savewd.c b/lib/savewd.c
index 138f86578..33fd85bd5 100644
--- a/lib/savewd.c
+++ b/lib/savewd.c
@@ -69,7 +69,7 @@ savewd_save (struct savewd *wd)
         {
           /* "Save" the initial working directory by forking a new
              subprocess that will attempt all the work from the chdir
-             until until the next savewd_restore.  */
+             until the next savewd_restore.  */
           wd->val.child = fork ();
           if (wd->val.child != 0)
             {
diff --git a/lib/uninorm/decomposition-table.h 
b/lib/uninorm/decomposition-table.h
index 1f87dc289..c08a659cf 100644
--- a/lib/uninorm/decomposition-table.h
+++ b/lib/uninorm/decomposition-table.h
@@ -21,7 +21,7 @@
 /* The decomposition table is made of two parts:
      - A table containing the actual arrays of decomposed equivalents.
        (This table is separate because the maximum length of a decomposition
-       is 18, much larger than than the average length 1.497 of a 
decomposition).
+       is 18, much larger than the average length 1.497 of a decomposition).
      - A 3-level table of indices into this array.  */
 
 #include "decomposition-table1.h"
diff --git a/modules/atoll b/modules/atoll
index d1a53644d..35f6e045c 100644
--- a/modules/atoll
+++ b/modules/atoll
@@ -1,5 +1,5 @@
 Description:
-atoll() function: convert decimal string string to 'long long'.
+atoll() function: convert decimal string to 'long long'.
 
 Files:
 lib/atoll.c
-- 
2.11.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]