diff lisp/url/url-gw.el @ 63618:95a1159c8f9e

(url-open-stream): Fix spellings.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 21 Jun 2005 13:35:38 +0000
parents 462b0b8865f7
children 56d2561b1c9f bdcbdec78dd3
line wrap: on
line diff
--- a/lisp/url/url-gw.el	Tue Jun 21 13:34:15 2005 +0000
+++ b/lisp/url/url-gw.el	Tue Jun 21 13:35:38 2005 +0000
@@ -212,7 +212,7 @@
 (defun url-open-stream (name buffer host service)
   "Open a stream to HOST, possibly via a gateway.
 Args per `open-network-stream'.
-Will not make a connexion if `url-gateway-unplugged' is non-nil."
+Will not make a connection if `url-gateway-unplugged' is non-nil."
   (unless url-gateway-unplugged
     (let ((gw-method (if (and url-gateway-local-host-regexp
 			      (not (eq 'tls url-gateway-method))