]> git.eshelyaron.com Git - emacs.git/commitdiff
(smtpmail-try-auth-methods): Fix typo.
authorJohn Paul Wallington <jpw@pobox.com>
Wed, 11 Feb 2004 07:21:09 +0000 (07:21 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Wed, 11 Feb 2004 07:21:09 +0000 (07:21 +0000)
lisp/ChangeLog
lisp/mail/smtpmail.el

index 9de5c2398ef5201d010bb4101e9bcf3f5d767900..e327b9ff6682e7b81a891d71ff46d41489b34129 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-11  John Paul Wallington  <jpw@gnu.org>
+
+       * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
+
 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * diff.el (diff-switches): New fun.
index 1730d131f60d1ee8b2cbcf1245a504450b49ee2f..e516133c6a00ac9249921f1933606a463dda8e05 100644 (file)
@@ -496,7 +496,7 @@ This is relative to `smtpmail-queue-dir'.")
                              (netrc-get hostentry "login")
                              (netrc-get hostentry "password"))))
                 (smtpmail-find-credentials
-                 smtpmail-auth-credentiaals host port)))
+                 smtpmail-auth-credentials host port)))
         (passwd (when cred
                   (or (smtpmail-cred-passwd cred)
                       (read-passwd