From: Paul Eggert Date: Sun, 3 Mar 2013 06:40:21 +0000 (-0800) Subject: Spelling fixes. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2026^2~641 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7254ac084a4d42b9ec0efa5208985a9656a11249;p=emacs.git Spelling fixes. --- diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 84eee0c4319..a96207e8406 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -1009,7 +1009,7 @@ Usually, the @command{adb} method does not need any user name. It runs under the permissions of the @command{adbd} process on the Android device. If a user name is specified, @value{tramp} applies an @command{su} on the device. This does not work with all Android -devices, especially with nonrooted ones. In that case, an error +devices, especially with unrooted ones. In that case, an error message is displayed. If there is exactly one Android device connected to the local machine, diff --git a/etc/MH-E-NEWS b/etc/MH-E-NEWS index 38777b9a37b..c35eb72e8d9 100644 --- a/etc/MH-E-NEWS +++ b/etc/MH-E-NEWS @@ -14,7 +14,7 @@ Version 8.5 fixes bugs when incorporating or forwarding mail. The function `mh-rmail' now switches to `+inbox' as expected (closes SF #271). -*** Problem forwarding a messsage +*** Problem forwarding a message Forwarding messages resulted in the error: `(wrong-type-argument number-or-marker-p nil).' This has been fixed by setting the mail @@ -1005,7 +1005,7 @@ Renamed from `mh-speedbar-selected-folder-face' per new Emacs conventions. *** mh-speedbar-selected-folder-with-unseen-messages Renamed from `mh-speedbar-selected-folder-with-unseen-messages-face' -per new Emacs conventions. +per new Emacs conventions. @@ -1118,7 +1118,7 @@ Emacs conventions. *** Face Variable Names Now Follow Current Conventions -The -face suffix has been dropped from all face names. +The -face suffix has been dropped from all face names. *** Swish Fixes @@ -3379,4 +3379,3 @@ Local variables: mode: outline paragraph-separate: "[ ]*$" end: - diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 92e21c300c7..467ac004420 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -1157,7 +1157,7 @@ all uninitialized dicts using that affix file." (use-for-dicts (list dict)) (dict-args-cdr (cdr (ispell-parse-hunspell-affix-file dict))) newlist) - ;; Get a list of unitialized dicts using the same affix file. + ;; Get a list of uninitialized dicts using the same affix file. (dolist (dict-equiv-alist-entry ispell-hunspell-dictionary-equivs-alist) (let ((dict-equiv-key (car dict-equiv-alist-entry)) (dict-equiv-value (cadr dict-equiv-alist-entry)))