From: Juanma Barranquero Date: Tue, 21 Jun 2005 13:35:38 +0000 (+0000) Subject: (url-open-stream): Fix spellings. X-Git-Tag: emacs-pretest-22.0.90~8778 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1e0b3a7ef3a03712794fbc933ec173c41dfbc8d9;p=emacs.git (url-open-stream): Fix spellings. --- 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))