summaryrefslogtreecommitdiff
path: root/src/Keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Keyboard.c')
-rw-r--r--src/Keyboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Keyboard.c b/src/Keyboard.c
index da6fa11..71d8d12 100644
--- a/src/Keyboard.c
+++ b/src/Keyboard.c
@@ -226,7 +226,7 @@ IsOutside(XKeyEvent *e, Widget w)
/*
* if the pointer is outside the shell or inside
- * the window try to see if it would recieve the
+ * the window try to see if it would receive the
* focus
*/
XtTranslateCoords(w, 0, 0, &left, &top);
@@ -428,7 +428,7 @@ GetShell(Widget widget)
}
/*
- * Check that widget really has Xt focus due to it having recieved an
+ * Check that widget really has Xt focus due to it having received an
* event
*/
typedef enum { NotActive = 0, IsActive, IsTarget } ActiveType;