From d9aef30f820b5b5716375bd93aeaefc566d5936f Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 22 Oct 2000 14:00:19 +0000 Subject: [PATCH] Fix a typo in a comment. --- src/coding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coding.c b/src/coding.c index 282f8e21e86..e833aedf525 100644 --- a/src/coding.c +++ b/src/coding.c @@ -4802,7 +4802,7 @@ code_convert_region (from, from_byte, to, to_byte, coding, encodep, replace) 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; -- 2.39.2