aboutsummaryrefslogtreecommitdiff
path: root/monsterwm.c
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2012-06-25 16:14:37 +0300
committerIvan Kanakarakis <ivan.kanak@gmail.com>2012-06-25 16:14:37 +0300
commit66a9e69558f00464d8b7ccaeb610d3874f59aa0e (patch)
tree3927e0fefe9f6ea8b7b5b7162c90eb7c66a19afd /monsterwm.c
parentff2f63b0c293003f519d3561bf8734a3a067d3d2 (diff)
fix comment on removeclient() fuction
Diffstat (limited to 'monsterwm.c')
-rw-r--r--monsterwm.c4
1 files 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;