changeset 63618:95a1159c8f9e

(url-open-stream): Fix spellings.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 21 Jun 2005 13:35:38 +0000
parents f02351c457a6
children 14790c6d12cd
files lisp/url/url-gw.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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))