tMerge pull request #1 from nindwen/patch-1 - libwm - X windows manipulation library
 (HTM) git clone git://z3bra.org/libwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 55635101c6fe2422cbce02d563222eec54bffacd
 (DIR) parent c01b3b57cb8df4904b2740a2fc4900b8f5026c70
 (HTM) Author: zebra v3.1 <z3bratabs@users.noreply.github.com>
       Date:   Mon, 16 Nov 2015 15:20:48 +0100
       
       Merge pull request #1 from nindwen/patch-1
       
       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;