commit c313edc0add79ad8339c3fe4bec367c5effdbf6c
Author:     Jakub Wilk <[email protected]>
AuthorDate: Wed Feb 15 20:20:41 2017 +0100
Commit:     Jakub Wilk <[email protected]>
CommitDate: Wed Feb 15 20:20:41 2017 +0100

    Fix typo

diff --git a/main.c b/main.c
index f1ac14a..d903c7b 100644
--- a/main.c
+++ b/main.c
@@ -548,7 +548,7 @@ void run_key_handler(const char *key, unsigned int mask)
                        f++;
                }
        }
-       /* drop user input events that occured while running the key handler */
+       /* drop user input events that occurred while running the key handler */
        while (XCheckIfEvent(win.env.dpy, &dump, is_input_ev, NULL));
 
 end:

Reply via email to