]> Savannah Git Hosting - gnulib.git/commitdiff
Fix typos like "the the" and "a a" in comments.
authorChuanGang Jiang <jiangchuanganghw@outlook.com>
Fri, 10 Feb 2023 14:34:25 +0000 (14:34 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 10 Feb 2023 14:53:49 +0000 (15:53 +0100)
* lib/c32is-impl.h: s/the the/the/
* lib/getopt-pfx-core.h: s/a a/a/
* lib/term-style-control.h: s/the the/the/
* lib/textstyle.in.h: Likewise.

ChangeLog
lib/c32is-impl.h
lib/getopt-pfx-core.h
lib/term-style-control.h
lib/textstyle.in.h

index 647ccdf883f6abd599f6169439586b3be2c3c074..9d266165a90b78b44c8394a32305dacb0950497a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2023-02-10  ChuanGang Jiang  <jiangchuanganghw@outlook.com>  (tiny change)
+
+       Fix typos like "the the" and "a a" in comments.
+       * lib/c32is-impl.h: s/the the/the/
+       * lib/getopt-pfx-core.h: s/a a/a/
+       * lib/term-style-control.h: s/the the/the/
+       * lib/textstyle.in.h: Likewise.
+
 2023-02-10  Bruno Haible  <bruno@clisp.org>
 
        chown, lchown, fchownat tests: Avoid test failure on macOS 12.
index 5917348dc15a745484172efb2fe281a0e58a08f5..dba00b51ae8bf9db84c9bdd9505410bc917ba6a7 100644 (file)
@@ -67,7 +67,7 @@ FUNC (wint_t wc)
   return WCHAR_FUNC (wc);
 # else
   /* The char32_t encoding of a multibyte character is known to be UCS-4,
-     different from the the wchar_t encoding.  */
+     different from the wchar_t encoding.  */
   if (wc != WEOF)
     return UCS_FUNC (wc);
   else
index 3a2fde5ad4f6495047d89e1c42ce8550bf9bbc85..095e3930feb5c568b63a0a1e78bd11f1a930106a 100644 (file)
@@ -47,7 +47,7 @@
 # define optind __GETOPT_ID (optind)
 # define optopt __GETOPT_ID (optopt)
 
-/* Work around a problem on macOS, which declares getopt with a
+/* Work around a problem on macOS, which declares getopt with a
    trailing __DARWIN_ALIAS(getopt) that would expand to something like
    __asm("_" "rpl_getopt" "$UNIX2003") were it not for the following
    hack to suppress the macOS declaration <https://bugs.gnu.org/40205>.  */
index 3f853bb9415687c072106944302435696693dcb1..4e14c7c5b10f2b47762b80bd47cf628fbd3fa81a 100644 (file)
@@ -37,7 +37,7 @@ typedef enum
                        be left in the default state when the program is
                        interrupted.  */
   TTYCTL_FULL       /* Signal handling and disabling echo and flush-upon-signal.
-                       Result: No garbled output, and the the terminal will
+                       Result: No garbled output, and the terminal will
                        be left in the default state when the program is
                        interrupted.  */
 } ttyctl_t;
index 111e1e10d3d1f02332cefe1a990243b0629d3662..38645bf6f8b563e5a64adc94105daa1b0bdb26f4 100644 (file)
@@ -392,7 +392,7 @@ typedef enum
                        be left in the default state when the program is
                        interrupted.  */
   TTYCTL_FULL       /* Signal handling and disabling echo and flush-upon-signal.
-                       Result: No garbled output, and the the terminal will
+                       Result: No garbled output, and the terminal will
                        be left in the default state when the program is
                        interrupted.  */
 } ttyctl_t;