From 66a9e69558f00464d8b7ccaeb610d3874f59aa0e Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Mon, 25 Jun 2012 16:14:37 +0300 Subject: fix comment on removeclient() fuction --- monsterwm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monsterwm.c b/monsterwm.c index b2802f9..0ef0e87 100644 --- a/monsterwm.c +++ b/monsterwm.c @@ -651,8 +651,8 @@ void quit(void) { * * note: the removing client can be on any desktop! * we must always return back to the current focused desktop - * if c was ther prevfocus client, prevfocus must be updated - * else if c was the current one, current must be updated. */ + * if c was the previous client, previous must be updated. + * if c was the current client, current must be updated. */ void removeclient(client *c) { client **p = NULL; int nd = -1, cd = current_desktop; -- cgit v1.3.1