diff options
Diffstat (limited to 'src/events.c')
-rw-r--r-- | src/events.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/events.c b/src/events.c index 9d92322..d940848 100644 --- a/src/events.c +++ b/src/events.c @@ -86,7 +86,7 @@ XEvent Event; /* the current event */ static TwmWindow *Tmp_win; /* the current twm window */ /** Used in HandleEnterNotify to remove border highlight from a window - * that has not recieved a LeaveNotify event because of a pointer grab + * that has not received a LeaveNotify event because of a pointer grab */ static TwmWindow *UnHighLight_win = NULL; @@ -539,7 +539,7 @@ HandleVisibilityNotify(void) return; /* - * when Saber complains about retreiving an <int> from an <unsigned int> + * when Saber complains about retrieving an <int> from an <unsigned int> * just type "touch vevent->state" and "cont" */ cmap = cwin->colormap; @@ -1612,7 +1612,7 @@ HandleButtonRelease(void) Context = C_NO_CONTEXT; ButtonWindow = NULL; - /* if we are not executing a defered command, then take down the + /* if we are not executing a deferred command, then take down the * menu */ if (RootFunction == 0) { |