tFix a typo - libwm - X windows manipulation library
(HTM) git clone git://z3bra.org/libwm
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 5c1d5b4948b9c0e4e38af81e95572cb175cf16e6
(DIR) parent c01b3b57cb8df4904b2740a2fc4900b8f5026c70
(HTM) Author: Nindwen <nindweniel@gmail.com>
Date: Mon, 16 Nov 2015 15:21:35 +0200
Fix a typo
Diffstat:
M wm.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/wm.h b/wm.h
t@@ -2,7 +2,7 @@
#define __LIBWM_H__
/*
- * Varialbes used to hold the connection to the X server, and the first screen
+ * Variables used to hold the connection to the X server, and the first screen
* of this connection. Both have to be defined as `extern`.
*/
extern xcb_connection_t *conn;