]> code.delx.au - gnu-emacs/commitdiff
; Spelling fixes
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 31 May 2016 06:19:54 +0000 (23:19 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 31 May 2016 06:20:20 +0000 (23:20 -0700)
lisp/emacs-lisp/autoload.el
lisp/emacs-lisp/radix-tree.el
lisp/net/tramp-gvfs.el
lisp/net/tramp-sh.el

index afd8e4ee03e282d11223e3cdb70ca48f33ba382e..424b8e31936547931e65754661119c76f5696f20 100644 (file)
@@ -967,7 +967,7 @@ write its autoloads into the specified file instead."
                                                  t files-re))
                               dirs)))
          (done ())                      ;Files processed; to remove duplicates.
-         (changed nil)                  ;Non-nil if some change occured.
+         (changed nil)                  ;Non-nil if some change occurred.
         (last-time)
          ;; Files with no autoload cookies or whose autoloads go to other
          ;; files because of file-local autoload-generated-file settings.
index a6984b8034c8dcd2153ab47f9ff50fae211f8c00..d4b5cd211e42f13c94845a9d6f112c2188e10ccd 100644 (file)
@@ -38,7 +38,7 @@
 ;; of array, so every level's lookup is O(N) rather than O(1).  We could easily
 ;; solve this by using char-tables instead of alists, but that would make every
 ;; level take up a lot more memory, and it would make the resulting
-;; datastructure harder to read (by a human) when printed out.
+;; data structure harder to read (by a human) when printed out.
 
 ;;; Code:
 
index 9677392806832c4b8c3d2dd138b60fd54465817a..ac390e5d5a6990049e73c3fb455c99313f6a3369 100644 (file)
@@ -410,7 +410,7 @@ Every entry is a list (NAME ADDRESS).")
 (defconst tramp-gvfs-file-attributes
   '("type"
     "standard::display-name"
-    ;; We don't need this one.  It is used as delimeter in case the
+    ;; We don't need this one.  It is used as delimiter in case the
     ;; display name contains spaces, which is hard to parse.
     "standard::icon"
     "standard::symlink-target"
index bfa3cc62ae2b24e399ffc8e31dedee681343abaf..e9f78b7d1ceceb447e0d6dcf13dc02c1fb5d7520 100644 (file)
@@ -4717,7 +4717,7 @@ connection if a previous connection has died for some reason."
                     (options (tramp-ssh-controlmaster-options vec))
                     (process-connection-type tramp-process-connection-type)
                     (process-adaptive-read-buffering nil)
-                    ;; There are unfortune settings for "cmdproxy" on
+                    ;; There are unfortunate settings for "cmdproxy" on
                     ;; W32 systems.
                     (process-coding-system-alist nil)
                     (coding-system-for-read nil)