# HG changeset patch # User Eli Zaretskii # Date 983983928 0 # Node ID 5dad3c5163384c00b8334e2d460ee202654314c2 # Parent 1bfc2fad762a148e0f37eff691a16fa152d02dd6 Fix a typo in a comment. diff -r 1bfc2fad762a -r 5dad3c516338 src/fileio.c --- a/src/fileio.c Wed Mar 07 16:49:27 2001 +0000 +++ b/src/fileio.c Wed Mar 07 16:52:08 2001 +0000 @@ -4470,7 +4470,7 @@ { /* 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.