From 32b64b6cf5876364c891b97bd5227cc53aeac17b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 1 Jun 2007 04:59:57 +0000 Subject: [PATCH] fix comment --- openbox/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.2