aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2005-06-21 13:35:38 +0000
committerJuanma Barranquero2005-06-21 13:35:38 +0000
commit1e0b3a7ef3a03712794fbc933ec173c41dfbc8d9 (patch)
tree2c687040fcc94c0c5337cc5656d9af93d6135494
parent78c4cc4900f403a388e7c1eec3cb07e866596f31 (diff)
downloademacs-1e0b3a7ef3a03712794fbc933ec173c41dfbc8d9.tar.gz
emacs-1e0b3a7ef3a03712794fbc933ec173c41dfbc8d9.zip
(url-open-stream): Fix spellings.
-rw-r--r--lisp/url/url-gw.el2
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.
214Args per `open-network-stream'. 214Args per `open-network-stream'.
215Will not make a connexion if `url-gateway-unplugged' is non-nil." 215Will 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))