]> code.delx.au - gnu-emacs/blobdiff - lisp/net/eudc-export.el
* net/ange-ftp.el (ange-ftp-get-passwd): Bind
[gnu-emacs] / lisp / net / eudc-export.el
index 87ff0b4060f0ff761b609c34e9baf6a25fcf5391..beaceedd7888b6375a3fe47a49d868bb96cccbd3 100644 (file)
@@ -1,6 +1,6 @@
 ;;; eudc-export.el --- functions to export EUDC query results
 
-;; Copyright (C) 1998-2011 Free Software Foundation, Inc.
+;; Copyright (C) 1998-2012 Free Software Foundation, Inc.
 
 ;; Author: Oscar Figueiredo <oscar@cpe.fr>
 ;; Maintainer: Pavel Janík <Pavel@Janik.cz>
@@ -128,7 +128,7 @@ LOCATION is used as the address location for bbdb."
         zip city state)
     (setq addr-components (nreverse addr-components))
     ;; If not containing the zip code the last line is supposed to contain a
-    ;; country name and the addres is supposed to be in european style
+    ;; country name and the address is supposed to be in european style
     (if (not (string-match "[0-9][0-9][0-9]" last1))
        (progn
          (setq state last1)