# HG changeset patch # User Stefan Monnier # Date 1147750546 0 # Node ID 2dba1b0f2902cd9dad7778c07ff561ee78eb8908 # Parent 0a8c36b8278197d13c9aed8cbe8e34cccb5491ff Trivial typo. diff -r 0a8c36b82781 -r 2dba1b0f2902 lisp/files.el --- 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)