From 7254ac084a4d42b9ec0efa5208985a9656a11249 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 2 Mar 2013 22:40:21 -0800 Subject: [PATCH] Spelling fixes. --- doc/misc/tramp.texi | 2 +- etc/MH-E-NEWS | 7 +++---- lisp/textmodes/ispell.el | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 84eee0c431..a96207e840 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 38777b9a37..c35eb72e8d 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 92e21c300c..467ac00442 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))) -- 2.39.2