diff options
| author | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2012-01-05 12:01:11 +0200 |
|---|---|---|
| committer | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2012-01-05 12:01:11 +0200 |
| commit | 8821a29fd84541febae7b7ac334ace6d1ab78333 (patch) | |
| tree | 6da2966e6674c3d2b1e8d4d39cc81c29db55326b /monsterwm.c | |
| parent | cfad65db2d9c742c6385ba4c1400288a5e555e93 (diff) | |
correct some typos
Diffstat (limited to 'monsterwm.c')
| -rw-r--r-- | monsterwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monsterwm.c b/monsterwm.c index 7529527..0401f89 100644 --- a/monsterwm.c +++ b/monsterwm.c @@ -109,7 +109,7 @@ static int previous_desktop = 0; static int growth = 0; static int mode = DEFAULT_MODE; static int master_size; -static int wh; /* window area heght - screen height minus the border size and panel height */ +static int wh; /* window area height - screen height minus the border size and panel height */ static int ww; /* window area width - screen width minus the border size */ static int screen; static int xerror(Display *dis, XErrorEvent *ee); |
