summaryrefslogtreecommitdiff
path: root/src/PassivGrab.c
diff options
context:
space:
mode:
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,