aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net
diff options
context:
space:
mode:
authorPaul Eggert2014-02-22 18:46:12 -0800
committerPaul Eggert2014-02-22 18:46:12 -0800
commit16f4c9f1481fa3fa6ce067595acce7340281d503 (patch)
tree7bc44330b2f8516e261e9f6c2a4a3eadc9efba19 /lisp/net
parent025f2c815673f8222592bef532ca4e77cba976be (diff)
downloademacs-16f4c9f1481fa3fa6ce067595acce7340281d503.tar.gz
emacs-16f4c9f1481fa3fa6ce067595acce7340281d503.zip
Spelling fixes.
Diffstat (limited to 'lisp/net')
-rw-r--r--lisp/net/dbus.el2
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.