mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
locale: Fix some spelling typos
Replace several cases of "Ingore" with "Ignore". Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
parent
2fffaffde8
commit
9d4b4515a8
@ -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
|
/* When this is a SUID binary we must not allow accessing files
|
||||||
outside the dedicated directories. */
|
outside the dedicated directories. */
|
||||||
if (ENABLE_SECURE && IS_PATH_WITH_DIR (single_locale))
|
if (ENABLE_SECURE && IS_PATH_WITH_DIR (single_locale))
|
||||||
/* Ingore this entry. */
|
/* Ignore this entry. */
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2678,7 +2678,7 @@ collate_read (struct linereader *ldfile, struct localedef_t *result,
|
|||||||
if (nowtok == tok_eof)
|
if (nowtok == tok_eof)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
/* Ingore empty lines. */
|
/* Ignore empty lines. */
|
||||||
if (nowtok == tok_eol)
|
if (nowtok == tok_eol)
|
||||||
{
|
{
|
||||||
now = lr_token (ldfile, charmap, result, NULL, verbose);
|
now = lr_token (ldfile, charmap, result, NULL, verbose);
|
||||||
|
@ -2164,7 +2164,7 @@ ctype_read (struct linereader *ldfile, struct localedef_t *result,
|
|||||||
if (nowtok == tok_eof)
|
if (nowtok == tok_eof)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
/* Ingore empty lines. */
|
/* Ignore empty lines. */
|
||||||
if (nowtok == tok_eol)
|
if (nowtok == tok_eol)
|
||||||
{
|
{
|
||||||
now = lr_token (ldfile, charmap, NULL, NULL, verbose);
|
now = lr_token (ldfile, charmap, NULL, NULL, verbose);
|
||||||
|
@ -168,7 +168,7 @@ measurement_read (struct linereader *ldfile, struct localedef_t *result,
|
|||||||
if (nowtok == tok_eof)
|
if (nowtok == tok_eof)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
/* Ingore empty lines. */
|
/* Ignore empty lines. */
|
||||||
if (nowtok == tok_eol)
|
if (nowtok == tok_eol)
|
||||||
{
|
{
|
||||||
now = lr_token (ldfile, charmap, result, NULL, verbose);
|
now = lr_token (ldfile, charmap, result, NULL, verbose);
|
||||||
|
@ -188,7 +188,7 @@ numeric_read (struct linereader *ldfile, struct localedef_t *result,
|
|||||||
if (nowtok == tok_eof)
|
if (nowtok == tok_eof)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
/* Ingore empty lines. */
|
/* Ignore empty lines. */
|
||||||
if (nowtok == tok_eol)
|
if (nowtok == tok_eol)
|
||||||
{
|
{
|
||||||
now = lr_token (ldfile, charmap, result, NULL, verbose);
|
now = lr_token (ldfile, charmap, result, NULL, verbose);
|
||||||
|
@ -167,7 +167,7 @@ paper_read (struct linereader *ldfile, struct localedef_t *result,
|
|||||||
if (nowtok == tok_eof)
|
if (nowtok == tok_eof)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
/* Ingore empty lines. */
|
/* Ignore empty lines. */
|
||||||
if (nowtok == tok_eol)
|
if (nowtok == tok_eol)
|
||||||
{
|
{
|
||||||
now = lr_token (ldfile, charmap, result, NULL, verbose);
|
now = lr_token (ldfile, charmap, result, NULL, verbose);
|
||||||
|
@ -223,7 +223,7 @@ telephone_read (struct linereader *ldfile, struct localedef_t *result,
|
|||||||
if (nowtok == tok_eof)
|
if (nowtok == tok_eof)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
/* Ingore empty lines. */
|
/* Ignore empty lines. */
|
||||||
if (nowtok == tok_eol)
|
if (nowtok == tok_eol)
|
||||||
{
|
{
|
||||||
now = lr_token (ldfile, charmap, result, NULL, verbose);
|
now = lr_token (ldfile, charmap, result, NULL, verbose);
|
||||||
|
@ -710,7 +710,7 @@ time_read (struct linereader *ldfile, struct localedef_t *result,
|
|||||||
if (nowtok == tok_eof)
|
if (nowtok == tok_eof)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
/* Ingore empty lines. */
|
/* Ignore empty lines. */
|
||||||
if (nowtok == tok_eol)
|
if (nowtok == tok_eol)
|
||||||
{
|
{
|
||||||
now = lr_token (ldfile, charmap, result, repertoire, verbose);
|
now = lr_token (ldfile, charmap, result, repertoire, verbose);
|
||||||
|
Loading…
Reference in New Issue
Block a user