From: Glenn Morris Date: Fri, 27 Jun 2008 02:07:30 +0000 (+0000) Subject: American English spelling fix. X-Git-Tag: emacs-pretest-23.0.90~4440 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5618fbd2c79e982d717eaaec749eeb16382ddc04;p=emacs.git American English spelling fix. --- 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) diff --git a/lisp/woman.el b/lisp/woman.el index 5f0b94a1f6e..18cb2319c04 100644 --- a/lisp/woman.el +++ b/lisp/woman.el @@ -234,7 +234,7 @@ ;; The *WoMan-Log* buffer ;; ====================== -;; This is modelled on the byte-compiler. It logs all files formatted +;; This is modeled on the byte-compiler. It logs all files formatted ;; by WoMan, and if WoMan finds anything that it cannot handle then it ;; writes a warning to this buffer. If the variable `woman-show-log' ;; is non-nil (by default it is `nil') then WoMan automatically