diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-16 22:51:13 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-16 22:51:13 -0800 |
commit | 301b181a14b0f698c6aae05522e6f3401ea45a3c (patch) | |
tree | ec1696ff3532c3faf602fe928ee28929bb6a39a1 /src/dbusbind.c | |
parent | 2adb6e857867449beb24faf7b361e7c3c3904c88 (diff) | |
download | emacs-301b181a14b0f698c6aae05522e6f3401ea45a3c.tar.gz |
Spelling fixes.
Diffstat (limited to 'src/dbusbind.c')
-rw-r--r-- | src/dbusbind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbusbind.c b/src/dbusbind.c index 7984be3564b..c5448ee5e7a 100644 --- a/src/dbusbind.c +++ b/src/dbusbind.c @@ -968,7 +968,7 @@ DEFUN ("dbus-init-bus", Fdbus_init_bus, Sdbus_init_bus, 1, 1, 0, connection = xd_initialize (bus, TRUE); /* Add the watch functions. We pass also the bus as data, in order - to distinguish between the busses in xd_remove_watch. */ + to distinguish between the buses in xd_remove_watch. */ if (!dbus_connection_set_watch_functions (connection, xd_add_watch, xd_remove_watch, |