aboutsummaryrefslogtreecommitdiff
path: root/intl/dcigettext.c
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/dcigettext.c
parent2fffaffde8fb06719fcefd9e5836abd18f0cc2c4 (diff)
downloadglibc-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.c2
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;
}