diff options
author | Michael Cardell Widerkrantz <mc@hack.org> | 2010-07-20 11:04:24 +0200 |
---|---|---|
committer | Michael Cardell Widerkrantz <mc@hack.org> | 2010-07-20 11:04:24 +0200 |
commit | 38c139f3b22c259235ed1632c77b573adeaa155e (patch) | |
tree | 2b7947d33d41dca51f2970aa89f50fabd6934d28 | |
parent | 1bda130c05fca6a6fa50cd9ff514ce8464908a02 (diff) | |
download | mcwm-38c139f3b22c259235ed1632c77b573adeaa155e.zip |
Typo.
-rw-r--r-- | mcwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |