aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2012-01-05 12:01:11 +0200
committerIvan Kanakarakis <ivan.kanak@gmail.com>2012-01-05 12:01:11 +0200
commit8821a29fd84541febae7b7ac334ace6d1ab78333 (patch)
tree6da2966e6674c3d2b1e8d4d39cc81c29db55326b
parentcfad65db2d9c742c6385ba4c1400288a5e555e93 (diff)
correct some typos
-rw-r--r--README.md2
-rw-r--r--monsterwm.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 82e7cb1..a0e59c2 100644
--- a/README.md
+++ b/README.md
@@ -83,7 +83,7 @@ Monsterwm does not provide a panel and/or statusbar itself. Instead it adheres
to the [UNIX philosophy][unix] and outputs information about the existent
desktop, the number of windows on each, the mode of each desktop, the current
desktop and urgent hints whenever needed. The user can use whatever tool or
-panel suits him best (dzen2, concy, w/e), to process and display that information.
+panel suits him best (dzen2, conky, w/e), to process and display that information.
[unix]: http://en.wikipedia.org/wiki/Unix_philosophy
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);