comment typo
authorDana Jansens <danakj@orodu.net>
Sat, 2 Feb 2008 16:01:14 +0000 (11:01 -0500)
committerDana Jansens <danakj@orodu.net>
Sat, 2 Feb 2008 16:01:14 +0000 (11:01 -0500)
openbox/event.c

index 9362c80..caf6f5a 100644 (file)
@@ -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)
         {