summaryrefslogtreecommitdiff
path: root/src/PassivGrab.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2022-06-14 04:03:18 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2022-06-14 04:10:39 -0400
commit248f980a67ac721882465c48d60039ac70d3fa82 (patch)
tree02d853e6bd275b1351f09ad6827fb02bf7cbad95 /src/PassivGrab.c
parent0f77f9f6a8974257a21e5fc0b8327b838c2a4849 (diff)
downloadxorg-lib-libXt-248f980a67ac721882465c48d60039ac70d3fa82.tar.gz
codespell-fixes
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'src/PassivGrab.c')
-rw-r--r--src/PassivGrab.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/PassivGrab.c b/src/PassivGrab.c
index 9a2d90b..672c1ef 100644
--- a/src/PassivGrab.c
+++ b/src/PassivGrab.c
@@ -558,7 +558,7 @@ _XtCheckServerGrabsOnWidget(XEvent *event, Widget widget, _XtBoolean isKeyboard)
/*
* if either there is no entry in the context manager or the entry
- * is empty, or the keyboard is grabed, then no work to be done
+ * is empty, or the keyboard is grabbed, then no work to be done
*/
if (!*passiveListPtr)
return (XtServerGrabPtr) NULL;
@@ -859,7 +859,7 @@ XtUngrabButton(Widget widget, unsigned int button, Modifiers modifiers)
}
/*
- * Active grab of Device. clear any client side grabs so we dont lock
+ * Active grab of Device. clear any client side grabs so we don't lock
*/
static int
GrabDevice(Widget widget,
@@ -940,7 +940,7 @@ UngrabDevice(Widget widget, Time time, Boolean isKeyboard)
}
/*
- * Active grab of keyboard. clear any client side grabs so we dont lock
+ * Active grab of keyboard. clear any client side grabs so we don't lock
*/
int
XtGrabKeyboard(Widget widget,