]> git.eshelyaron.com Git - emacs.git/commitdiff
(url-open-stream): Fix spellings.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 21 Jun 2005 13:35:38 +0000 (13:35 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 21 Jun 2005 13:35:38 +0000 (13:35 +0000)
lisp/url/url-gw.el

index b5701668f830305effa1f179175cdbd3738c8f6f..153d146b608637f6088f3923282bd78d5d24cf54 100644 (file)
@@ -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))