]> Dogcows Code - chaz/openbox/commitdiff
typo fix a comment
authorMikael Magnusson <mikachu@comhem.se>
Sat, 20 Mar 2004 23:52:38 +0000 (23:52 +0000)
committerMikael Magnusson <mikachu@comhem.se>
Sat, 20 Mar 2004 23:52:38 +0000 (23:52 +0000)
openbox/client.c

index 05cf9acde37cec81531fcf9997a6adb777fe304e..8e3dd1ee501f870336f8de01133d65019cff2b69 100644 (file)
@@ -2118,7 +2118,7 @@ void client_configure_full(ObClient *self, ObCorner anchor,
                           (user && (final ||
                                     (resized && config_resize_redraw))));
 
-    /* if the client is enlarging, the resize the client before the frame */
+    /* if the client is enlarging, then resize the client before the frame */
     if (send_resize_client && user && (w > oldw || h > oldh))
         XResizeWindow(ob_display, self->window, MAX(w, oldw), MAX(h, oldh));
 
This page took 0.028381 seconds and 4 git commands to generate.