From 8821a29fd84541febae7b7ac334ace6d1ab78333 Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Thu, 5 Jan 2012 12:01:11 +0200 Subject: correct some typos --- monsterwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'monsterwm.c') 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); -- cgit v1.3.1