diff lisp/arc-mode.el @ 96360:b4fbe199423a

American English spelling fix.
author Glenn Morris <rgm@gnu.org>
date Fri, 27 Jun 2008 02:07:30 +0000
parents 52e3cee99f90
children c3309dba6542
line wrap: on
line diff
--- a/lisp/arc-mode.el	Fri Jun 27 00:54:23 2008 +0000
+++ b/lisp/arc-mode.el	Fri Jun 27 02:07:30 2008 +0000
@@ -723,7 +723,7 @@
 		(string-match "\\.[aA][rR][cC]$"
 			      (or buffer-file-name (buffer-name))))
 	   'arc)
-          ;; This pattern modelled on the BSD/GNU+Linux `file' command.
+          ;; This pattern modeled on the BSD/GNU+Linux `file' command.
           ;; Have seen capital "LHA's", and file has lower case "LHa's" too.
           ;; Note this regexp is also in archive-exe-p.
           ((looking-at "MZ\\(.\\|\n\\)\\{34\\}LH[aA]'s SFX ") 'lzh-exe)