aboutsummaryrefslogtreecommitdiff
path: root/intl
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2024-10-14 14:08:45 +0100
committerJonathan Wakely <jwakely@redhat.com>2024-10-14 15:38:26 +0100
commit9d4b4515a88c5d0bbfc7809374f322c507c2d779 (patch)
tree7baa850854d88cf74cb6ffc3e4ee8d5cf9c9e062 /intl
parent2fffaffde8fb06719fcefd9e5836abd18f0cc2c4 (diff)
downloadglibc-master.zip
glibc-master.tar.gz
glibc-master.tar.bz2
locale: Fix some spelling typosHEADmaster
Replace several cases of "Ingore" with "Ignore". Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'intl')
-rw-r--r--intl/dcigettext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/dcigettext.c b/intl/dcigettext.c
index a028518..70ba4a5 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;
}