summaryrefslogtreecommitdiff
path: root/lib/intl/l10nflist.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/intl/l10nflist.c')
-rw-r--r--lib/intl/l10nflist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/intl/l10nflist.c b/lib/intl/l10nflist.c
index 9f024871..7556c8cd 100644
--- a/lib/intl/l10nflist.c
+++ b/lib/intl/l10nflist.c
@@ -272,7 +272,7 @@ _nl_make_l10nflist (l10nfile_list, dirlist, dirlist_len, mask, language,
}
if ((mask & (XPG_MODIFIER | CEN_AUDIENCE)) != 0)
{
- /* This component can be part of both syntaces but has different
+ /* This component can be part of both syntaxes but has different
leading characters. For CEN we use `+', else `@'. */
*cp++ = (mask & CEN_AUDIENCE) != 0 ? '+' : '@';
cp = stpcpy (cp, modifier);