Spelling fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 3 Mar 2013 06:40:21 +0000 (22:40 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 3 Mar 2013 06:40:21 +0000 (22:40 -0800)
doc/misc/tramp.texi
etc/MH-E-NEWS
lisp/textmodes/ispell.el

index 84eee0c..a96207e 100644 (file)
@@ -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,
index 38777b9..c35eb72 100644 (file)
@@ -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.
 
 \f
 
@@ -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: "[         \f]*$"
 end:
-
index 92e21c3..467ac00 100644 (file)
@@ -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)))