From 3d7d8ddc5ac73ebeb4aff9e672e649c8352beeb2 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Mon, 8 Aug 2022 14:08:47 +0200 Subject: ; Fix typos --- src/xterm.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/xterm.c b/src/xterm.c index 23a35aa1618..36797bc0abb 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -6837,7 +6837,7 @@ x_sync_trigger_fence (struct frame *f, XSyncValue value) idx = (n / 4) % 2; #ifdef FRAME_DEBUG - fprintf (stderr, "Triggering synchonization fence: %lu\n", idx); + fprintf (stderr, "Triggering synchronization fence: %lu\n", idx); #endif XSyncTriggerFence (FRAME_X_DISPLAY (f), @@ -18928,7 +18928,7 @@ handle_one_xevent (struct x_display_info *dpyinfo, { /* Now clear dpyinfo->last_mouse_motion_frame, or gui_redo_mouse_highlight will end up highlighting the - last known poisition of the mouse if a tooltip frame is + last known position of the mouse if a tooltip frame is later unmapped. */ if (f == dpyinfo->last_mouse_motion_frame) @@ -20397,7 +20397,7 @@ handle_one_xevent (struct x_display_info *dpyinfo, { /* Now clear dpyinfo->last_mouse_motion_frame, or gui_redo_mouse_highlight will end up highlighting - the last known poisition of the mouse if a + the last known position of the mouse if a tooltip frame is later unmapped. */ if (f == dpyinfo->last_mouse_motion_frame) -- cgit v1.2.1