diff options
| author | Paul Eggert | 2014-02-22 18:46:12 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-02-22 18:46:12 -0800 |
| commit | 16f4c9f1481fa3fa6ce067595acce7340281d503 (patch) | |
| tree | 7bc44330b2f8516e261e9f6c2a4a3eadc9efba19 | |
| parent | 025f2c815673f8222592bef532ca4e77cba976be (diff) | |
| download | emacs-16f4c9f1481fa3fa6ce067595acce7340281d503.tar.gz emacs-16f4c9f1481fa3fa6ce067595acce7340281d503.zip | |
Spelling fixes.
| -rw-r--r-- | lisp/gnus/auth-source.el | 4 | ||||
| -rw-r--r-- | 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 | |||
| 1511 | 1511 | ||
| 1512 | auth-source patterns can have values of the form :foo (\"bar\" | 1512 | auth-source patterns can have values of the form :foo (\"bar\" |
| 1513 | \"qux\"), which means to match any secret with :foo equal to | 1513 | \"qux\"), which means to match any secret with :foo equal to |
| 1514 | \"bar\" otr :foo equal to \"qux\". The secrets backend supports | 1514 | \"bar\" or :foo equal to \"qux\". The secrets backend supports |
| 1515 | only string values for patterns, so this routine returns a list | 1515 | only string values for patterns, so this routine returns a list |
| 1516 | of patterns that is equivalent to the single original pattern | 1516 | of patterns that is equivalent to the single original pattern |
| 1517 | when interpreted such that if a secret matches any pattern in the | 1517 | when interpreted such that if a secret matches any pattern in the |
| 1518 | list, it mathces the original pattern." | 1518 | list, it matches the original pattern." |
| 1519 | (if (null pattern) | 1519 | (if (null pattern) |
| 1520 | '(nil) | 1520 | '(nil) |
| 1521 | (let* ((key (pop pattern)) | 1521 | (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. | |||
| 286 | ;; hurts when reading D-Bus events asynchronously. | 286 | ;; hurts when reading D-Bus events asynchronously. |
| 287 | 287 | ||
| 288 | ;; Work around bug#16775 by busy-waiting with gradual backoff for | 288 | ;; Work around bug#16775 by busy-waiting with gradual backoff for |
| 289 | ;; dbus calls to complete. A better aproach would involve either | 289 | ;; dbus calls to complete. A better approach would involve either |
| 290 | ;; adding arbitrary wait condition support to read-event or | 290 | ;; adding arbitrary wait condition support to read-event or |
| 291 | ;; restructuring dbus as a kind of process object. Poll at most | 291 | ;; restructuring dbus as a kind of process object. Poll at most |
| 292 | ;; about once per second for completion. | 292 | ;; about once per second for completion. |