From: Dana Jansens Date: Thu, 22 May 2003 02:05:38 +0000 (+0000) Subject: typo X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=d6cb5adbeaf0b7fbb55aca942ae5b8f62f77b4ea;p=chaz%2Fopenbox 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)