]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a typo in a comment.
authorEli Zaretskii <eliz@gnu.org>
Wed, 7 Mar 2001 16:52:08 +0000 (16:52 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 7 Mar 2001 16:52:08 +0000 (16:52 +0000)
src/fileio.c

index 93e0161e1fcc73808ca924fddd32761c5ee770a5..dc0878739882e16b239f22c816c865a559d0c71b 100644 (file)
@@ -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.