diff options
Diffstat (limited to 'intl')
-rw-r--r-- | intl/dcgettext.c | 2 | ||||
-rw-r--r-- | intl/explodename.c | 2 | ||||
-rw-r--r-- | intl/finddomain.c | 2 | ||||
-rw-r--r-- | intl/l10nflist.c | 4 | ||||
-rw-r--r-- | intl/localealias.c | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/intl/dcgettext.c b/intl/dcgettext.c index 592f724..fe7299c 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 7a0d015..7436836 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 a2977d1..ad03a45 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 b50eff4..0d8c9b4 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 6e2b27d..e08cdf9 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) { |