summaryrefslogtreecommitdiff
path: root/src/ChangeLog.8
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2010-09-14 22:32:35 +0200
committerJuanma Barranquero <lekktu@gmail.com>2010-09-14 22:32:35 +0200
commit3b59c3511cb74d944730b8156bbfd3bd7d8aa69f (patch)
tree0dda9e9329b007cd267ad0e806a274a4f6c0ed33 /src/ChangeLog.8
parent2b5491fabb7656ed913b324612b6d9e5a55a3c23 (diff)
downloademacs-3b59c3511cb74d944730b8156bbfd3bd7d8aa69f.tar.gz
Fix typos in comments and ChangeLogs.
Diffstat (limited to 'src/ChangeLog.8')
-rw-r--r--src/ChangeLog.86
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8
index 4dd3d0dd071..4dac2b262b7 100644
--- a/src/ChangeLog.8
+++ b/src/ChangeLog.8
@@ -13869,10 +13869,10 @@
1998-08-31 Kenichi Handa <handa@etl.go.jp>
* charset.c (unibyte_char_to_multibyte):
- Vnonacii_translation_table will convert a 7-bit charcater.
+ Vnonacii_translation_table will convert a 7-bit character.
(multibyte_char_to_unibyte): Handle the case that
- Vnonacii_translation_table converts a multibyte charcater to a
- unibyte charcter of less than 128.
+ Vnonacii_translation_table converts a multibyte character to a
+ unibyte character of less than 128.
(init_charset_once): Initialize nonascii_insert_offset and
Vnonacii_translation_table.