From: Dana Jansens Date: Thu, 22 May 2003 02:05:38 +0000 (+0000) Subject: typo X-Git-Tag: openbox-3_0-rc1-RELEASE~1085 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=d6cb5adbeaf0b7fbb55aca942ae5b8f62f77b4ea;p=dana%2Fopenbox.git typo --- diff --git a/openbox/client.c b/openbox/client.c index cb592b02..e1c56042 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -2217,7 +2217,7 @@ void client_set_state(Client *self, Atom action, long data1, long data2) if (shaded != self->shaded) client_shade(self, shaded); client_calc_layer(self); - client_change_state(self); /* change the hint to relect these changes */ + client_change_state(self); /* change the hint to reflect these changes */ } Client *client_focus_target(Client *self)