diff options
Diffstat (limited to 'localedata')
-rw-r--r-- | localedata/ChangeLog | 6 | ||||
-rw-r--r-- | localedata/tests-mbwc/dat_wcsncat.c | 2 | ||||
-rw-r--r-- | localedata/tests/test6.c | 2 | ||||
-rw-r--r-- | localedata/tst-digits.c | 2 |
4 files changed, 9 insertions, 3 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 3bc2fcf..1bdc72a 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,9 @@ +2013-08-30 Ondřej Bílka <neleai@seznam.cz> + + * tests-mbwc/dat_wcsncat.c: Fix typos. + * tests/test6.c: Likewise. + * tst-digits.c: Likewise. + 2013-06-13 Johan Heikkila <johan.heikkila@gmail.com> [BZ#15432] diff --git a/localedata/tests-mbwc/dat_wcsncat.c b/localedata/tests-mbwc/dat_wcsncat.c index 948d80c..8487033 100644 --- a/localedata/tests-mbwc/dat_wcsncat.c +++ b/localedata/tests-mbwc/dat_wcsncat.c @@ -9,7 +9,7 @@ /* * Note: - * A terminating null wide chararacter is always appended to + * A terminating null wide character is always appended to * the result: ws1. * */ diff --git a/localedata/tests/test6.c b/localedata/tests/test6.c index 30d4a11..6548601 100644 --- a/localedata/tests/test6.c +++ b/localedata/tests/test6.c @@ -40,7 +40,7 @@ main (void) /* Test basic table handling (basic == not more than 256 characters). The charmaps swaps the normal lower-upper case meaning of the ASCII characters used in the source code while the Unicode mapping - in the repertoire map has the normal correspondants. This test + in the repertoire map has the normal correspondents. This test shows the independence of the tables for `char' and `wchar_t' characters. */ diff --git a/localedata/tst-digits.c b/localedata/tst-digits.c index a0cb473..c5b594e 100644 --- a/localedata/tst-digits.c +++ b/localedata/tst-digits.c @@ -178,7 +178,7 @@ main (void) printf ("%d failures in wprintf tests\n", failures); status = failures != 0; - /* ctype tests. This makes sure that the multibyte chracter digit + /* ctype tests. This makes sure that the multibyte character digit representations are not handle in this table. */ failures = 0; for (cnt = 0; cnt < 256; ++cnt) |