# HG changeset patch # User Eli Zaretskii # Date 972223219 0 # Node ID 70dcd033350489afc2837e8064295ef88464fb2b # Parent bd300e542dbc3a203884528d037773df171947d4 Fix a typo in a comment. diff -r bd300e542dbc -r 70dcd0333504 src/coding.c --- 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;