aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2011-12-16 22:51:13 -0800
committerPaul Eggert2011-12-16 22:51:13 -0800
commit301b181a14b0f698c6aae05522e6f3401ea45a3c (patch)
treeec1696ff3532c3faf602fe928ee28929bb6a39a1 /src
parent2adb6e857867449beb24faf7b361e7c3c3904c88 (diff)
downloademacs-301b181a14b0f698c6aae05522e6f3401ea45a3c.tar.gz
emacs-301b181a14b0f698c6aae05522e6f3401ea45a3c.zip
Spelling fixes.
Diffstat (limited to 'src')
-rw-r--r--src/dbusbind.c2
-rw-r--r--src/w32term.c2
2 files changed, 2 insertions, 2 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,
968 connection = xd_initialize (bus, TRUE); 968 connection = xd_initialize (bus, TRUE);
969 969
970 /* Add the watch functions. We pass also the bus as data, in order 970 /* Add the watch functions. We pass also the bus as data, in order
971 to distinguish between the busses in xd_remove_watch. */ 971 to distinguish between the buses in xd_remove_watch. */
972 if (!dbus_connection_set_watch_functions (connection, 972 if (!dbus_connection_set_watch_functions (connection,
973 xd_add_watch, 973 xd_add_watch,
974 xd_remove_watch, 974 xd_remove_watch,
diff --git a/src/w32term.c b/src/w32term.c
index 6df218326d1..532ff64fe66 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -3286,7 +3286,7 @@ w32_mouse_position (FRAME_PTR *fp, int insist, Lisp_Object *bar_window,
3286 ***********************************************************************/ 3286 ***********************************************************************/
3287 3287
3288/* Handle mouse button event on the tool-bar of frame F, at 3288/* Handle mouse button event on the tool-bar of frame F, at
3289 frame-relative coordinates X/Y. EVENT_TYPE is either ButtionPress 3289 frame-relative coordinates X/Y. EVENT_TYPE is either ButtonPress
3290 or ButtonRelease. */ 3290 or ButtonRelease. */
3291 3291
3292static void 3292static void