summaryrefslogtreecommitdiff
path: root/intl
diff options
context:
space:
mode:
Diffstat (limited to 'intl')
-rw-r--r--intl/dcgettext.c2
-rw-r--r--intl/explodename.c2
-rw-r--r--intl/finddomain.c2
-rw-r--r--intl/l10nflist.c4
-rw-r--r--intl/localealias.c2
5 files changed, 6 insertions, 6 deletions
diff --git a/intl/dcgettext.c b/intl/dcgettext.c
index 592f724eb1..fe7299cda1 100644
--- a/intl/dcgettext.c
+++ b/intl/dcgettext.c
@@ -336,7 +336,7 @@ DCGETTEXT (domainname, msgid, category)
{
/* The whole contents of CATEGORYVALUE has been searched but
no valid entry has been found. We solve this situation
- by implicitely appending a "C" entry, i.e. no translation
+ by implicitly appending a "C" entry, i.e. no translation
will take place. */
single_locale[0] = 'C';
single_locale[1] = '\0';
diff --git a/intl/explodename.c b/intl/explodename.c
index 7a0d015f3e..7436836f3b 100644
--- a/intl/explodename.c
+++ b/intl/explodename.c
@@ -166,7 +166,7 @@ _nl_explode_name (name, language, modifier, territory, codeset,
}
}
- /* For CEN sytnax values it might be important to have the
+ /* For CEN syntax values it might be important to have the
separator character in the file name, not for XPG syntax. */
if (syntax == xpg)
{
diff --git a/intl/finddomain.c b/intl/finddomain.c
index a2977d10c5..ad03a45923 100644
--- a/intl/finddomain.c
+++ b/intl/finddomain.c
@@ -171,7 +171,7 @@ _nl_find_domain (dirname, locale, domainname)
&sponsor, &revision);
/* Create all possible locale entries which might be interested in
- generalzation. */
+ generalization. */
retval = _nl_make_l10nflist (&_nl_loaded_domains, dirname,
strlen (dirname) + 1, mask, language, territory,
codeset, normalized_codeset, modifier, special,
diff --git a/intl/l10nflist.c b/intl/l10nflist.c
index b50eff465f..0d8c9b48c8 100644
--- a/intl/l10nflist.c
+++ b/intl/l10nflist.c
@@ -318,8 +318,8 @@ _nl_make_l10nflist (l10nfile_list, dirlist, dirlist_len, mask, language,
}
entries = 0;
- /* If the DIRLIST is a real list the RETVAL entry correcponds not to
- a real file. So we have to use the DIRLIST separation machanism
+ /* If the DIRLIST is a real list the RETVAL entry corresponds not to
+ a real file. So we have to use the DIRLIST separation mechanism
of the inner loop. */
cnt = __argz_count (dirlist, dirlist_len) == 1 ? mask - 1 : mask;
for (; cnt >= 0; --cnt)
diff --git a/intl/localealias.c b/intl/localealias.c
index 6e2b27d51b..e08cdf94a9 100644
--- a/intl/localealias.c
+++ b/intl/localealias.c
@@ -297,7 +297,7 @@ read_alias_file (fname, fname_len)
}
}
- /* Possibily not the whole line fitted into the buffer. Ignore
+ /* Possibly not the whole line fits into the buffer. Ignore
the rest of the line. */
while (strchr (cp, '\n') == NULL)
{