diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-30 17:27:15 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-30 17:27:15 -0800 |
commit | 22bcf2046977620a7f37bbd4dff4be4a4fffc0ed (patch) | |
tree | 39e83ae1f1389e54aec5074029a1d430aaca2876 /lisp/net/tramp-gvfs.el | |
parent | b30941dba07605b40efbf139eed2007d6b1e5445 (diff) | |
download | emacs-22bcf2046977620a7f37bbd4dff4be4a4fffc0ed.tar.gz |
Spelling fixes.
Diffstat (limited to 'lisp/net/tramp-gvfs.el')
-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 27dff3aa8d9..abebed6115f 100644 --- a/lisp/net/tramp-gvfs.el +++ b/lisp/net/tramp-gvfs.el @@ -1209,7 +1209,7 @@ connection if a previous connection has died for some reason." (format "Opening connection for %s using %s" host method) (format "Opening connection for %s@%s using %s" user host method)) - ;; Enable auth-sorce and password-cache. + ;; Enable auth-source and password-cache. (tramp-set-connection-property vec "first-password-request" t) ;; There will be a callback of "askPassword" when a password is |