diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2011-02-05 10:52:07 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2011-02-05 10:52:07 +0100 |
commit | 2c68ca0e31c448062847e34ba4dc0d96ae6dbf66 (patch) | |
tree | 85676d71f6e8c596f8d9c0d9c9536089f56d7339 /lisp/net/tramp-gvfs.el | |
parent | cc618f4e69e92541a6595e6b15f35bea5a132640 (diff) | |
download | emacs-2c68ca0e31c448062847e34ba4dc0d96ae6dbf66.tar.gz |
Replace "explicite" with "explicit" globally
Replace "instead of" with "instead" where there was nothing after "of"
Audit use of comma before interrogative pronoun, "that", or "which"
Diffstat (limited to 'lisp/net/tramp-gvfs.el')
-rw-r--r-- | lisp/net/tramp-gvfs.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/net/tramp-gvfs.el b/lisp/net/tramp-gvfs.el index 0f3a0cf33ff..57cc54935dc 100644 --- a/lisp/net/tramp-gvfs.el +++ b/lisp/net/tramp-gvfs.el @@ -1212,14 +1212,14 @@ connection if a previous connection has died for some reason." ;; Enable auth-sorce and password-cache. (tramp-set-connection-property vec "first-password-request" t) - ;; There will be a callback of "askPassword", when a password is + ;; There will be a callback of "askPassword" when a password is ;; needed. (dbus-register-method :session dbus-service-emacs object-path tramp-gvfs-interface-mountoperation "askPassword" 'tramp-gvfs-handler-askpassword) - ;; There could be a callback of "askQuestion", when adding fingerprint. + ;; There could be a callback of "askQuestion" when adding fingerprint. (dbus-register-method :session dbus-service-emacs object-path tramp-gvfs-interface-mountoperation "askQuestion" @@ -1426,7 +1426,7 @@ They are retrieved from the hal daemon." ;;; TODO: ;; * Host name completion via smb-server or smb-network. -;; * Check, how two shares of the same SMB server can be mounted in +;; * Check how two shares of the same SMB server can be mounted in ;; parallel. ;; * Apply SDP on bluetooth devices, in order to filter out obex ;; capability. |