[gnus git] branch master updated: m0-9-62-g8d4fa8c =1= auth-source.el (auth-source-secrets-listify-pattern): Spelling fixes
Katsumi Yamaoka <[email protected]> Sun, 23 Feb 2014 14:20:59 +0100
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 8d4fa8cef5d958e82749d15625a142afd5e6b2cf (commit)
from adf889ef6b5a38c8655714703719e582e36f0de6 (commit)
- Log -----------------------------------------------------------------
commit 8d4fa8cef5d958e82749d15625a142afd5e6b2cf
Author: Paul Eggert <[email protected]>
Date: Sun Feb 23 13:20:46 2014 +0000
auth-source.el (auth-source-secrets-listify-pattern): Spelling fixes
diff --git a/lisp/auth-source.el b/lisp/auth-source.el
index d1437d4..57e8c4c 100644
--- a/lisp/auth-source.el
+++ b/lisp/auth-source.el
@@ -1521,11 +1521,11 @@ Respects `auth-source-save-behavior'. Uses
auth-source patterns can have values of the form :foo (\"bar\"
\"qux\"), which means to match any secret with :foo equal to
-\"bar\" otr :foo equal to \"qux\". The secrets backend supports
+\"bar\" or :foo equal to \"qux\". The secrets backend supports
only string values for patterns, so this routine returns a list
of patterns that is equivalent to the single original pattern
when interpreted such that if a secret matches any pattern in the
-list, it mathces the original pattern."
+list, it matches the original pattern."
(if (null pattern)
'(nil)
(let* ((key (pop pattern))
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/auth-source.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project