From b1af9d56e78085b64a9825e5b3914dff118dea7c Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Sat, 24 Aug 2013 06:53:16 +0200
Subject: [PATCH] Corrected minor spelling error.

---
 src/windows.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/windows.h b/src/windows.h
index e556444..5f6a024 100644
--- a/src/windows.h
+++ b/src/windows.h
@@ -103,7 +103,7 @@ extern uint8_t init_win_meta(WINDOW * screen, struct WinMeta * wmeta);
  * invisible until appended to the chain of visible windows via append_win().
  */
 extern struct Win init_win(struct WinMeta * wmeta, char * title,
-                           uint16_t height, uint16_t widtht,
+                           uint16_t height, uint16_t width,
                            void * data, void * func);
 
 
-- 
2.30.2