diff options
| author | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2012-09-13 20:08:02 +0300 |
|---|---|---|
| committer | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2012-09-20 13:03:11 +0300 |
| commit | 0925b42d218163c13a8a09d9d0ca4d726682898c (patch) | |
| tree | 064d71a33838c5841acd2d4295793c0a36822c0b | |
| parent | ba70ec5b4fa2ac5d0c1cad0a2e2e7ef5052728ba (diff) | |
fix typo
| -rw-r--r-- | monsterwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monsterwm.c b/monsterwm.c index bdaceba..e992d31 100644 --- a/monsterwm.c +++ b/monsterwm.c @@ -167,7 +167,7 @@ static int xerrorstart(Display *dis, XErrorEvent *ee); * ww - screen width * dis - the display aka dpy * root - the root window - * wmatons - array holding atoms for ICCCM support + * wmatoms - array holding atoms for ICCCM support * netatoms - array holding atoms for EWMH support * dekstops - array of managed desktops * currdeskidx - which desktop is currently active |
