summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-01 04:59:57 +0000
committerDana Jansens <danakj@orodu.net>2007-06-01 04:59:57 +0000
commit32b64b6cf5876364c891b97bd5227cc53aeac17b (patch)
treeab4b430977265c03e46ab62c9729ee53dc325760
parent9b5770277db2dec6e3864b5ba3482897ab936862 (diff)
fix comment
-rw-r--r--openbox/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/client.c b/openbox/client.c
index 0de93f1f..14d22103 100644
--- a/openbox/client.c
+++ b/openbox/client.c
@@ -319,7 +319,7 @@ void client_manage(Window window)
settings for other uses too. the returned settings is a shallow copy,
that needs to be freed with g_free(). */
settings = client_get_settings_state(self);
- /* the session should get the last say thought */
+ /* the session should get the last say though */
client_restore_session_state(self);
/* now we have all of the window's information so we can set this up */