diff options
| author | Jonathan Wakely <jwakely@redhat.com> | 2024-10-14 14:08:45 +0100 |
|---|---|---|
| committer | Jonathan Wakely <jwakely@redhat.com> | 2024-10-14 15:38:26 +0100 |
| commit | 9d4b4515a88c5d0bbfc7809374f322c507c2d779 (patch) | |
| tree | 7baa850854d88cf74cb6ffc3e4ee8d5cf9c9e062 /intl/dcigettext.c | |
| parent | 2fffaffde8fb06719fcefd9e5836abd18f0cc2c4 (diff) | |
| download | glibc-9d4b4515a88c5d0bbfc7809374f322c507c2d779.tar.xz glibc-9d4b4515a88c5d0bbfc7809374f322c507c2d779.zip | |
locale: Fix some spelling typos
Replace several cases of "Ingore" with "Ignore".
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'intl/dcigettext.c')
| -rw-r--r-- | intl/dcigettext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/dcigettext.c b/intl/dcigettext.c index a028518c2a..70ba4a547f 100644 --- a/intl/dcigettext.c +++ b/intl/dcigettext.c @@ -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; } |
