diff src/fileio.c @ 36633:5dad3c516338

Fix a typo in a comment.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 07 Mar 2001 16:52:08 +0000
parents 3df7026fc965
children ca1461008b2c
line wrap: on
line diff
--- 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.