From: Mikael Magnusson Date: Sat, 20 Mar 2004 23:52:38 +0000 (+0000) Subject: typo fix a comment X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=e3786e64fb0786632b89ff086b818c0a3b0522b7;p=chaz%2Fopenbox typo fix a comment --- diff --git a/openbox/client.c b/openbox/client.c index 05cf9acd..8e3dd1ee 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -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));