diff options
author | Glenn Morris <rgm@gnu.org> | 2011-02-22 23:08:12 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-02-22 23:08:12 -0800 |
commit | 97610156f40b64a933d9c4afa4767e2443527892 (patch) | |
tree | 2af012a0c8f4817f30d3efa9e1dc5c26406f797a /lisp/net | |
parent | 61cf3a767d6ea2c04d5697431b8b4ea905584bd5 (diff) | |
download | emacs-97610156f40b64a933d9c4afa4767e2443527892.tar.gz |
Fix spelling of "precede".
Diffstat (limited to 'lisp/net')
-rw-r--r-- | lisp/net/tramp-gvfs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-gvfs.el b/lisp/net/tramp-gvfs.el index 479eaae0aef..2707c62d82f 100644 --- a/lisp/net/tramp-gvfs.el +++ b/lisp/net/tramp-gvfs.el @@ -139,7 +139,7 @@ (add-to-list 'tramp-methods (cons elt nil)))))) (defconst tramp-gvfs-path-tramp (concat dbus-path-emacs "/Tramp") - "The preceeding object path for own objects.") + "The preceding object path for own objects.") (defconst tramp-gvfs-service-daemon "org.gtk.vfs.Daemon" "The well known name of the GVFS daemon.") |