From: Dana Jansens Date: Sat, 2 Feb 2008 16:01:14 +0000 (-0500) Subject: comment typo X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=c64be9066eaae89839bb59c4d4e9539f2a7e8fc1;hp=bbad88aa21f01a70faf824cbb2825bd7f9d95253;p=chaz%2Fopenbox comment typo --- 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) {