summaryrefslogtreecommitdiff
path: root/src/events.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-11-28 12:10:01 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-11-28 12:10:01 -0800
commit1ec1f06dafe5510426ba2d3396d65acfd49b347b (patch)
tree5e68edf4acd48022ac1a1c94d5756c69fa56af0d /src/events.c
parent12ae76feef16024a0911b0e61e64266b449599e7 (diff)
Fix spelling/wording issues
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/events.c')
-rw-r--r--src/events.c6
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) {