diff options
author | Glenn Morris <rgm@gnu.org> | 2008-06-27 02:14:52 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-06-27 02:14:52 +0000 |
commit | 04bf5b655a9b5c0b82d8f54f96ab0f90241f6ab8 (patch) | |
tree | ffeae66e55a3c7757fac38c639292dce799c6fa7 /lisp/url | |
parent | 5618fbd2c79e982d717eaaec749eeb16382ddc04 (diff) | |
download | emacs-04bf5b655a9b5c0b82d8f54f96ab0f90241f6ab8.tar.gz |
American English spelling fix.
Diffstat (limited to 'lisp/url')
-rw-r--r-- | lisp/url/url-gw.el | 5 |
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)) |