From: Kenichi Handa Date: Tue, 23 May 2000 00:47:54 +0000 (+0000) Subject: Fix previous change (typo). X-Git-Tag: emacs-pretest-21.0.90~3802 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cfe34140af771365ea01b17030ef1a9b234cbb87;p=emacs.git Fix previous change (typo). --- diff --git a/src/charset.c b/src/charset.c index 1e187ed6f90..a6b2c8d8121 100644 --- a/src/charset.c +++ b/src/charset.c @@ -761,7 +761,7 @@ CHARSET should be defined by `defined-charset' in advance.") /* 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.