aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--monsterwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/monsterwm.c b/monsterwm.c
index ced64b5..b1109f3 100644
--- a/monsterwm.c
+++ b/monsterwm.c
@@ -170,7 +170,7 @@ static int xerrorstart(Display *dis, XErrorEvent *ee);
* root - the root window
* wmatoms - array holding atoms for ICCCM support
* netatoms - array holding atoms for EWMH support
- * dekstops - array of managed desktops
+ * desktops - array of managed desktops
* currdeskidx - which desktop is currently active
*/
static Bool running = True;