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 /lisp/net | |
| parent | 025f2c815673f8222592bef532ca4e77cba976be (diff) | |
| download | emacs-16f4c9f1481fa3fa6ce067595acce7340281d503.tar.gz emacs-16f4c9f1481fa3fa6ce067595acce7340281d503.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/net')
| -rw-r--r-- | lisp/net/dbus.el | 2 |
1 files changed, 1 insertions, 1 deletions
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. |