aboutsummaryrefslogtreecommitdiff
path: root/include/sway/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/config.h')
-rw-r--r--include/sway/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index ae6e6750..0031db42 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -427,7 +427,7 @@ enum alignment {
enum xwayland_mode {
XWAYLAND_MODE_DISABLED,
XWAYLAND_MODE_LAZY,
- XWAYLAND_MODE_IMMEADIATE
+ XWAYLAND_MODE_IMMEDIATE
};
/**