diff lisp/files.el @ 70671:2dba1b0f2902

Trivial typo.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 16 May 2006 03:35:46 +0000
parents 406cace5bf5a
children 061c56c68707
line wrap: on
line diff
--- a/lisp/files.el	Tue May 16 00:10:43 2006 +0000
+++ b/lisp/files.el	Tue May 16 03:35:46 2006 +0000
@@ -4104,7 +4104,7 @@
 	   (let ((inhibit-read-only t)
 		 ;; Keep the current buffer-file-coding-system.
 		 (coding-system buffer-file-coding-system)
-		 ;; Auto-saved file shoule be read with special coding.
+		 ;; Auto-saved file should be read with special coding.
 		 (coding-system-for-read 'auto-save-coding))
 	     (erase-buffer)
 	     (insert-file-contents file-name nil)