diff options
| author | Paul Eggert | 2011-12-30 17:27:15 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-30 17:27:15 -0800 |
| commit | 22bcf2046977620a7f37bbd4dff4be4a4fffc0ed (patch) | |
| tree | 39e83ae1f1389e54aec5074029a1d430aaca2876 /lisp/net | |
| parent | b30941dba07605b40efbf139eed2007d6b1e5445 (diff) | |
| download | emacs-22bcf2046977620a7f37bbd4dff4be4a4fffc0ed.tar.gz emacs-22bcf2046977620a7f37bbd4dff4be4a4fffc0ed.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/net')
| -rw-r--r-- | lisp/net/socks.el | 2 | ||||
| -rw-r--r-- | lisp/net/tramp-gvfs.el | 2 | ||||
| -rw-r--r-- | lisp/net/tramp-smb.el | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lisp/net/socks.el b/lisp/net/socks.el index d792077d861..ac8ec15929b 100644 --- a/lisp/net/socks.el +++ b/lisp/net/socks.el | |||
| @@ -414,7 +414,7 @@ version.") | |||
| 414 | ((= atype socks-address-type-name) | 414 | ((= atype socks-address-type-name) |
| 415 | (format "%c%s" (length address) address)) | 415 | (format "%c%s" (length address) address)) |
| 416 | (t | 416 | (t |
| 417 | (error "Unkown address type: %d" atype)))) | 417 | (error "Unknown address type: %d" atype)))) |
| 418 | (info (gethash proc socks-connections)) | 418 | (info (gethash proc socks-connections)) |
| 419 | request version) | 419 | request version) |
| 420 | (or info (error "socks-send-command called on non-SOCKS connection %S" | 420 | (or info (error "socks-send-command called on non-SOCKS connection %S" |
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." | |||
| 1209 | (format "Opening connection for %s using %s" host method) | 1209 | (format "Opening connection for %s using %s" host method) |
| 1210 | (format "Opening connection for %s@%s using %s" user host method)) | 1210 | (format "Opening connection for %s@%s using %s" user host method)) |
| 1211 | 1211 | ||
| 1212 | ;; Enable auth-sorce and password-cache. | 1212 | ;; Enable auth-source and password-cache. |
| 1213 | (tramp-set-connection-property vec "first-password-request" t) | 1213 | (tramp-set-connection-property vec "first-password-request" t) |
| 1214 | 1214 | ||
| 1215 | ;; There will be a callback of "askPassword" when a password is | 1215 | ;; There will be a callback of "askPassword" when a password is |
diff --git a/lisp/net/tramp-smb.el b/lisp/net/tramp-smb.el index 73b9339e25a..c062ebbbfd2 100644 --- a/lisp/net/tramp-smb.el +++ b/lisp/net/tramp-smb.el | |||
| @@ -973,7 +973,7 @@ If VEC has no cifs capabilities, exchange \"/\" by \"\\\\\"." | |||
| 973 | (setq | 973 | (setq |
| 974 | localname | 974 | localname |
| 975 | (if (string-match "^/?[^/]+\\(/.*\\)" localname) | 975 | (if (string-match "^/?[^/]+\\(/.*\\)" localname) |
| 976 | ;; There is a share, sparated by "/". | 976 | ;; There is a share, separated by "/". |
| 977 | (if (not (tramp-smb-get-cifs-capabilities vec)) | 977 | (if (not (tramp-smb-get-cifs-capabilities vec)) |
| 978 | (mapconcat | 978 | (mapconcat |
| 979 | (lambda (x) (if (equal x ?/) "\\" (char-to-string x))) | 979 | (lambda (x) (if (equal x ?/) "\\" (char-to-string x))) |