From: Eli Zaretskii Date: Wed, 7 Mar 2001 16:52:08 +0000 (+0000) Subject: Fix a typo in a comment. X-Git-Tag: emacs-pretest-21.0.100~146 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8c27da0ac976585361dd33a61e3a3b48af418645;p=emacs.git Fix a typo in a comment. --- diff --git a/src/fileio.c b/src/fileio.c index 93e0161e1fc..dc087873988 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -4470,7 +4470,7 @@ This does code conversion according to the value of\n\ { /* If the variable `buffer-file-coding-system' is set locally, it means that the file was read with some kind of code - conversion or the varialbe is explicitely set by users. We + conversion or the variable is explicitly set by users. We had better write it out with the same coding system even if `enable-multibyte-characters' is nil.