diff src/charset.c @ 29095:39e94c12f469

Fix previous change (typo).
author Kenichi Handa <handa@m17n.org>
date Tue, 23 May 2000 00:47:54 +0000
parents 8b1a19b318e9
children c1c227f62493
line wrap: on
line diff
--- a/src/charset.c	Tue May 23 00:46:13 2000 +0000
+++ b/src/charset.c	Tue May 23 00:47:54 2000 +0000
@@ -761,7 +761,7 @@
 /* Return information about charsets in the text at PTR of NBYTES
    bytes, which are NCHARS characters.  The value is:
 
-	0: Each character is represented by one byte.  This is alwasy
+	0: Each character is represented by one byte.  This is always
 	   true for unibyte text.
 	1: No charsets other than ascii eight-bit-control,
 	   eight-bit-graphic, and latin-1 are found.