]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
locale: Fix some spelling typos
authorJonathan Wakely <jwakely@redhat.com>
Mon, 14 Oct 2024 13:08:45 +0000 (14:08 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 14 Oct 2024 14:38:26 +0000 (15:38 +0100)
Replace several cases of "Ingore" with "Ignore".

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
intl/dcigettext.c
locale/programs/ld-collate.c
locale/programs/ld-ctype.c
locale/programs/ld-measurement.c
locale/programs/ld-numeric.c
locale/programs/ld-paper.c
locale/programs/ld-telephone.c
locale/programs/ld-time.c

index a028518c2a134d1991dfd19b65bc4fe7f856b145..70ba4a547f0007d4dde6cf7f9a5b4b5d1876e78f 100644 (file)
@@ -687,7 +687,7 @@ DCIGETTEXT (const char *domainname, const char *msgid1, const char *msgid2,
          /* When this is a SUID binary we must not allow accessing files
             outside the dedicated directories.  */
          if (ENABLE_SECURE && IS_PATH_WITH_DIR (single_locale))
-           /* Ingore this entry.  */
+           /* Ignore this entry.  */
            continue;
        }
 
index 5048adbd9f03aa61b03e3446eb2972e74fa7fe30..2cf9a4bc532da4dd2de3f2055e92b3375f3c7fc4 100644 (file)
@@ -2678,7 +2678,7 @@ collate_read (struct linereader *ldfile, struct localedef_t *result,
       if (nowtok == tok_eof)
        break;
 
-      /* Ingore empty lines.  */
+      /* Ignore empty lines.  */
       if (nowtok == tok_eol)
        {
          now = lr_token (ldfile, charmap, result, NULL, verbose);
index eb6e7e145c41172825671ff707a4c9f1a5ab33cd..2270960bd28de33a32490e0949059cf85618c8b7 100644 (file)
@@ -2164,7 +2164,7 @@ ctype_read (struct linereader *ldfile, struct localedef_t *result,
       if (nowtok == tok_eof)
        break;
 
-      /* Ingore empty lines.  */
+      /* Ignore empty lines.  */
       if (nowtok == tok_eol)
        {
          now = lr_token (ldfile, charmap, NULL, NULL, verbose);
index c4061264ea8fd3218c9ce65f943a687ad7283fad..ba7f0c0bff42bffddf11033a2c5e83aa31ceff0a 100644 (file)
@@ -168,7 +168,7 @@ measurement_read (struct linereader *ldfile, struct localedef_t *result,
       if (nowtok == tok_eof)
        break;
 
-      /* Ingore empty lines.  */
+      /* Ignore empty lines.  */
       if (nowtok == tok_eol)
        {
          now = lr_token (ldfile, charmap, result, NULL, verbose);
index 11fdac06fa669b6ed000b05c13cd87eae6b2f3b6..e20e322923c5b9d9fd12f5ed2434b60edb6b1e9d 100644 (file)
@@ -188,7 +188,7 @@ numeric_read (struct linereader *ldfile, struct localedef_t *result,
       if (nowtok == tok_eof)
        break;
 
-      /* Ingore empty lines.  */
+      /* Ignore empty lines.  */
       if (nowtok == tok_eol)
        {
          now = lr_token (ldfile, charmap, result, NULL, verbose);
index 95b3d1074afba147b2cb6b2024c013347bd5a8b6..a755140707a9f5965c32fd39a0be7a967ebed1ad 100644 (file)
@@ -167,7 +167,7 @@ paper_read (struct linereader *ldfile, struct localedef_t *result,
       if (nowtok == tok_eof)
        break;
 
-      /* Ingore empty lines.  */
+      /* Ignore empty lines.  */
       if (nowtok == tok_eol)
        {
          now = lr_token (ldfile, charmap, result, NULL, verbose);
index b45573974abc88ae2d04cdd3800be5886e3ba429..79aba6ef159f491e455b75cc77b630cab7046f68 100644 (file)
@@ -223,7 +223,7 @@ telephone_read (struct linereader *ldfile, struct localedef_t *result,
       if (nowtok == tok_eof)
        break;
 
-      /* Ingore empty lines.  */
+      /* Ignore empty lines.  */
       if (nowtok == tok_eol)
        {
          now = lr_token (ldfile, charmap, result, NULL, verbose);
index 1abff3cf5360048827b4318a89216cfc9c18b5ca..349b31fff56fe90c1de2c25841c534608ea00091 100644 (file)
@@ -710,7 +710,7 @@ time_read (struct linereader *ldfile, struct localedef_t *result,
       if (nowtok == tok_eof)
        break;
 
-      /* Ingore empty lines.  */
+      /* Ignore empty lines.  */
       if (nowtok == tok_eol)
        {
          now = lr_token (ldfile, charmap, result, repertoire, verbose);