From 16f4c9f1481fa3fa6ce067595acce7340281d503 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 22 Feb 2014 18:46:12 -0800 Subject: [PATCH] Spelling fixes. --- lisp/gnus/auth-source.el | 4 ++-- lisp/net/dbus.el | 2 +- 2 files changed, 3 insertions(+), 3 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)) diff --git a/lisp/net/dbus.el b/lisp/net/dbus.el index 900bf4302b5..3500c84dde9 100644 --- a/lisp/net/dbus.el +++ b/lisp/net/dbus.el @@ -286,7 +286,7 @@ object is returned instead of a list containing this single Lisp object. ;; hurts when reading D-Bus events asynchronously. ;; Work around bug#16775 by busy-waiting with gradual backoff for - ;; dbus calls to complete. A better aproach would involve either + ;; dbus calls to complete. A better approach would involve either ;; adding arbitrary wait condition support to read-event or ;; restructuring dbus as a kind of process object. Poll at most ;; about once per second for completion. -- 2.39.2