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/socks.el | |
| parent | b30941dba07605b40efbf139eed2007d6b1e5445 (diff) | |
| download | emacs-22bcf2046977620a7f37bbd4dff4be4a4fffc0ed.tar.gz emacs-22bcf2046977620a7f37bbd4dff4be4a4fffc0ed.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/net/socks.el')
| -rw-r--r-- | lisp/net/socks.el | 2 |
1 files changed, 1 insertions, 1 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" |