Mercurial > emacs
diff src/coding.c @ 32745:70dcd0333504
Fix a typo in a comment.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Sun, 22 Oct 2000 14:00:19 +0000 |
| parents | 05513a882886 |
| children | 9502d0a5b2ad |
line wrap: on
line diff
--- a/src/coding.c Sun Oct 22 12:36:41 2000 +0000 +++ b/src/coding.c Sun Oct 22 14:00:19 2000 +0000 @@ -4802,7 +4802,7 @@ if (coding->type == coding_type_undecided) { /* It seems that the text contains only ASCII, but we - should not left it undecided because the deeper + should not leave it undecided because the deeper decoding routine (decode_coding) tries to detect the encodings again in vain. */ coding->type = coding_type_emacs_mule;
