diff options
| author | Juanma Barranquero | 2005-06-21 13:35:38 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-06-21 13:35:38 +0000 |
| commit | 1e0b3a7ef3a03712794fbc933ec173c41dfbc8d9 (patch) | |
| tree | 2c687040fcc94c0c5337cc5656d9af93d6135494 | |
| parent | 78c4cc4900f403a388e7c1eec3cb07e866596f31 (diff) | |
| download | emacs-1e0b3a7ef3a03712794fbc933ec173c41dfbc8d9.tar.gz emacs-1e0b3a7ef3a03712794fbc933ec173c41dfbc8d9.zip | |
(url-open-stream): Fix spellings.
| -rw-r--r-- | lisp/url/url-gw.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/url/url-gw.el b/lisp/url/url-gw.el index b5701668f83..153d146b608 100644 --- a/lisp/url/url-gw.el +++ b/lisp/url/url-gw.el | |||
| @@ -212,7 +212,7 @@ linked Emacs under SunOS 4.x" | |||
| 212 | (defun url-open-stream (name buffer host service) | 212 | (defun url-open-stream (name buffer host service) |
| 213 | "Open a stream to HOST, possibly via a gateway. | 213 | "Open a stream to HOST, possibly via a gateway. |
| 214 | Args per `open-network-stream'. | 214 | Args per `open-network-stream'. |
| 215 | Will not make a connexion if `url-gateway-unplugged' is non-nil." | 215 | Will not make a connection if `url-gateway-unplugged' is non-nil." |
| 216 | (unless url-gateway-unplugged | 216 | (unless url-gateway-unplugged |
| 217 | (let ((gw-method (if (and url-gateway-local-host-regexp | 217 | (let ((gw-method (if (and url-gateway-local-host-regexp |
| 218 | (not (eq 'tls url-gateway-method)) | 218 | (not (eq 'tls url-gateway-method)) |