summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cardell Widerkrantz <mc@hack.org>2010-07-20 11:04:24 +0200
committerMichael Cardell Widerkrantz <mc@hack.org>2010-07-20 11:04:24 +0200
commit38c139f3b22c259235ed1632c77b573adeaa155e (patch)
tree2b7947d33d41dca51f2970aa89f50fabd6934d28
parent1bda130c05fca6a6fa50cd9ff514ce8464908a02 (diff)
downloadmcwm-38c139f3b22c259235ed1632c77b573adeaa155e.zip
Typo.
-rw-r--r--mcwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcwm.c b/mcwm.c
index 321bd16..5ee5c3c 100644
--- a/mcwm.c
+++ b/mcwm.c
@@ -2576,7 +2576,7 @@ void events(void)
* XXX We might need to look in the global window list,
* after all. Consider if a window is unmapped on our last
* workspace while changing workspaces... If we do this,
- * we need to keep track of our own windows and inore
+ * we need to keep track of our own windows and ignore
* UnmapNotify on them.
*/
for (item = wslist[curws]; item != NULL; item = item->next)