From 1e0b3a7ef3a03712794fbc933ec173c41dfbc8d9 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 21 Jun 2005 13:35:38 +0000 Subject: [PATCH] (url-open-stream): Fix spellings. --- lisp/url/url-gw.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" (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)) -- 2.39.2