summaryrefslogtreecommitdiff
path: root/lisp/url
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-06-27 02:14:52 +0000
committerGlenn Morris <rgm@gnu.org>2008-06-27 02:14:52 +0000
commit04bf5b655a9b5c0b82d8f54f96ab0f90241f6ab8 (patch)
treeffeae66e55a3c7757fac38c639292dce799c6fa7 /lisp/url
parent5618fbd2c79e982d717eaaec749eeb16382ddc04 (diff)
downloademacs-04bf5b655a9b5c0b82d8f54f96ab0f90241f6ab8.tar.gz
American English spelling fix.
Diffstat (limited to 'lisp/url')
-rw-r--r--lisp/url/url-gw.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/url/url-gw.el b/lisp/url/url-gw.el
index 17f7b77b173..e5021bec52f 100644
--- a/lisp/url/url-gw.el
+++ b/lisp/url/url-gw.el
@@ -1,6 +1,7 @@
;;; url-gw.el --- Gateway munging for URL loading
-;; Copyright (C) 1997, 1998, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 1997, 1998, 2004, 2005, 2006, 2007, 2008
+;; Free Software Foundation, Inc.
;; Author: Bill Perry <wmperry@gnu.org>
;; Keywords: comm, data, processes
@@ -263,7 +264,7 @@ Might do a non-blocking connection; use `process-status' to check."
(error "Bad setting of url-gateway-method: %s"
url-gateway-method)))))
;; Ignoring errors here seems wrong. E.g. it'll throw away the
- ;; error signalled two lines above. It was also found inconvenient
+ ;; error signaled two lines above. It was also found inconvenient
;; during debugging.
;; (error
;; (setq conn nil))