From d6cb5adbeaf0b7fbb55aca942ae5b8f62f77b4ea Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 22 May 2003 02:05:38 +0000 Subject: [PATCH] typo --- openbox/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2