commit 3e3bbba
Michael Forney
·
2015-12-21 18:15:30 +0000 UTC
parent ae81ebc
Fix typo in ae81ebccd232391ba270c2007c29e2b1920121e5 This commit was pushed accidentally and not finished.
1 files changed,
+1,
-1
+1,
-1
1@@ -185,7 +185,7 @@ static int
2 handle_usr1(int signal_number, void *data)
3 {
4 if (xwm_initialize(xserver.wm_fd)) {
5- xserver.xwm_initalized = true;
6+ xserver.xwm_initialized = true;
7 } else {
8 ERROR("Failed to initialize X window manager\n");
9 /* XXX: How do we handle this case? */