summaryrefslogtreecommitdiff
path: root/lisp/arc-mode.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-06-27 02:07:30 +0000
committerGlenn Morris <rgm@gnu.org>2008-06-27 02:07:30 +0000
commit5618fbd2c79e982d717eaaec749eeb16382ddc04 (patch)
treee3ea21f7cd9dd4e374b280b705a1ec67e0a156a0 /lisp/arc-mode.el
parent8e0214ec45c53625e692758433a95233c237e720 (diff)
downloademacs-5618fbd2c79e982d717eaaec749eeb16382ddc04.tar.gz
American English spelling fix.
Diffstat (limited to 'lisp/arc-mode.el')
-rw-r--r--lisp/arc-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el
index 1f54b32cc06..f97ad4bf8c5 100644
--- a/lisp/arc-mode.el
+++ b/lisp/arc-mode.el
@@ -723,7 +723,7 @@ archive.
(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)