]> git.lizzy.rs Git - bspwm.git/blobdiff - src/window.c
Fix typo
[bspwm.git] / src / window.c
index d91ad0dd6ba56390f4ae5cde8a3bdc2f2b49e8df..b311cbf77c4c0fe02126e819855753f52749488a 100644 (file)
@@ -62,7 +62,7 @@ void schedule_window(xcb_window_t win)
                }
        }
 
-       rule_consequence_t *csq = make_rule_conquence();
+       rule_consequence_t *csq = make_rule_consequence();
        apply_rules(win, csq);
        if (!schedule_rules(win, csq)) {
                manage_window(win, csq, -1);