summaryrefslogtreecommitdiff
path: root/lisp/gnus/auth-source.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2014-02-22 18:46:12 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2014-02-22 18:46:12 -0800
commit16f4c9f1481fa3fa6ce067595acce7340281d503 (patch)
tree7bc44330b2f8516e261e9f6c2a4a3eadc9efba19 /lisp/gnus/auth-source.el
parent025f2c815673f8222592bef532ca4e77cba976be (diff)
downloademacs-16f4c9f1481fa3fa6ce067595acce7340281d503.tar.gz
Spelling fixes.
Diffstat (limited to 'lisp/gnus/auth-source.el')
-rw-r--r--lisp/gnus/auth-source.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/auth-source.el b/lisp/gnus/auth-source.el
index a820dcae5eb..a50ad75063b 100644
--- a/lisp/gnus/auth-source.el
+++ b/lisp/gnus/auth-source.el
@@ -1511,11 +1511,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))