aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-09-28 12:38:41 +0200
committeremersion <contact@emersion.fr>2017-09-28 12:38:41 +0200
commit27ca8eaced73ee6478c42c2b4083c5fe81fc8ff8 (patch)
treeb2dbad0b3f94755e7f24edb739511781721c9dca /include
parent7cf4ee128e278108b0326344be01ded93ce7148b (diff)
Fix typo: s/transcient/transient/
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_wl_shell.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_wl_shell.h b/include/wlr/types/wlr_wl_shell.h
index 11d30d95..60398629 100644
--- a/include/wlr/types/wlr_wl_shell.h
+++ b/include/wlr/types/wlr_wl_shell.h
@@ -32,7 +32,7 @@ struct wlr_wl_shell_surface_popup_state {
enum wlr_wl_shell_surface_role {
WLR_WL_SHELL_SURFACE_ROLE_NONE,
WLR_WL_SHELL_SURFACE_ROLE_TOPLEVEL,
- WLR_WL_SHELL_SURFACE_ROLE_TRANSCIENT,
+ WLR_WL_SHELL_SURFACE_ROLE_TRANSIENT,
WLR_WL_SHELL_SURFACE_ROLE_POPUP,
};