aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);