Fix typo for the force/immediate option in xwayland_mode enum

This commit is contained in:
Ben Brown 2019-09-02 15:00:41 +01:00 committed by Simon Ser
parent 1b396273bb
commit b46c53957f
2 changed files with 2 additions and 2 deletions

View file

@ -427,7 +427,7 @@ enum alignment {
enum xwayland_mode {
XWAYLAND_MODE_DISABLED,
XWAYLAND_MODE_LAZY,
XWAYLAND_MODE_IMMEADIATE
XWAYLAND_MODE_IMMEDIATE
};
/**