summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-05-22 02:05:38 +0000
committerDana Jansens <danakj@orodu.net>2003-05-22 02:05:38 +0000
commitd6cb5adbeaf0b7fbb55aca942ae5b8f62f77b4ea (patch)
tree202bfa417299684c5ee03fb168175f221a4d9900 /openbox
parent68eba18b7611856e0df2a10c08fde15522e6c572 (diff)
typo
Diffstat (limited to 'openbox')
-rw-r--r--openbox/client.c2
1 files changed, 1 insertions, 1 deletions
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)