summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-02-02 11:01:14 -0500
committerDana Jansens <danakj@orodu.net>2008-02-02 11:01:14 -0500
commitc64be9066eaae89839bb59c4d4e9539f2a7e8fc1 (patch)
treec9bd0a2c88543f7f91dabb67808f0afd97086bc1
parentbbad88aa21f01a70faf824cbb2825bd7f9d95253 (diff)
comment typo
-rw-r--r--openbox/event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/event.c b/openbox/event.c
index 9362c80d..caf6f5af 100644
--- a/openbox/event.c
+++ b/openbox/event.c
@@ -701,7 +701,7 @@ static void event_process(const XEvent *ec, gpointer data)
if (e->type == ButtonPress || e->type == ButtonRelease) {
/* If the button press was on some non-root window, or was physically
- on the root window, the process it */
+ on the root window, then process it */
if (window != RootWindow(ob_display, ob_screen) ||
e->xbutton.subwindow == None)
{