From 8d4fa8cef5d958e82749d15625a142afd5e6b2cf Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 23 Feb 2014 13:20:46 +0000 Subject: [PATCH] auth-source.el (auth-source-secrets-listify-pattern): Spelling fixes --- lisp/auth-source.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/auth-source.el b/lisp/auth-source.el index d1437d472..57e8c4c9d 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)) -- 2.34.1