swc

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/swc
Log | Files | Refs | README | LICENSE

commit 3e3bbba0b7caa84dd6a54acdf1e779c14445db62
parent ae81ebccd232391ba270c2007c29e2b1920121e5
Author: Michael Forney <mforney@mforney.org>
Date:   Mon, 21 Dec 2015 10:15:30 -0800

Fix typo in ae81ebccd232391ba270c2007c29e2b1920121e5

This commit was pushed accidentally and not finished.

Diffstat:
Mlibswc/xserver.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libswc/xserver.c b/libswc/xserver.c @@ -185,7 +185,7 @@ static int handle_usr1(int signal_number, void *data) { if (xwm_initialize(xserver.wm_fd)) { - xserver.xwm_initalized = true; + xserver.xwm_initialized = true; } else { ERROR("Failed to initialize X window manager\n"); /* XXX: How do we handle this case? */