diff options
| author | Paul Eggert | 2011-11-26 20:43:11 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-26 20:43:11 -0800 |
| commit | e47695319fc758da7ff07d7084386258b6c8b677 (patch) | |
| tree | c1cd573850e4dd66b8df696835d52513f10dfc94 /src/charset.c | |
| parent | 83aca1cb6970314dcc6c35c1432ebcac42811926 (diff) | |
| download | emacs-e47695319fc758da7ff07d7084386258b6c8b677.tar.gz emacs-e47695319fc758da7ff07d7084386258b6c8b677.zip | |
Spelling fixes.
Diffstat (limited to 'src/charset.c')
| -rw-r--r-- | src/charset.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/charset.c b/src/charset.c index b6921a762b6..3c15f1bee54 100644 --- a/src/charset.c +++ b/src/charset.c | |||
| @@ -166,9 +166,9 @@ static struct | |||
| 166 | maximum character of the current charset. */ | 166 | maximum character of the current charset. */ |
| 167 | int min_char, max_char; | 167 | int min_char, max_char; |
| 168 | 168 | ||
| 169 | /* A Unicode character correspoinding to the code indice 0 (i.e. the | 169 | /* A Unicode character corresponding to the code index 0 (i.e. the |
| 170 | minimum code-point) of the current charset, or -1 if the code | 170 | minimum code-point) of the current charset, or -1 if the code |
| 171 | indice 0 is not a Unicode character. This is checked when | 171 | index 0 is not a Unicode character. This is checked when |
| 172 | table.encoder[CHAR] is zero. */ | 172 | table.encoder[CHAR] is zero. */ |
| 173 | int zero_index_char; | 173 | int zero_index_char; |
| 174 | 174 | ||