# HG changeset patch # User Juanma Barranquero # Date 1119360938 0 # Node ID 95a1159c8f9e0f02af785dd75a1e2b68079cffc9 # Parent f02351c457a6960b1e9c6ca49bc5e9b6e598ce54 (url-open-stream): Fix spellings. diff -r f02351c457a6 -r 95a1159c8f9e lisp/url/url-gw.el --- 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))