diff options
author | Tony Crisci <tony@dubstepdish.com> | 2018-04-03 19:23:59 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2018-04-03 19:23:59 -0400 |
commit | 481a8275c178f81bb2d9927c5047e959fdbc383a (patch) | |
tree | 4a2f1f85be06a17f2885a53676bd446d8fd8c502 /sway/tree/layout.c | |
parent | eca4468c2cacd87677f7f5831d8a74f8d811d318 (diff) | |
download | sway-481a8275c178f81bb2d9927c5047e959fdbc383a.tar.xz |
address feedback
Diffstat (limited to 'sway/tree/layout.c')
-rw-r--r-- | sway/tree/layout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/tree/layout.c b/sway/tree/layout.c index c3cdaae0..3cbbf3b4 100644 --- a/sway/tree/layout.c +++ b/sway/tree/layout.c @@ -174,7 +174,7 @@ enum sway_container_layout container_get_default_layout( } if (!sway_assert(con != NULL, - "container_get_default_layout must be called on an attached " + "container_get_default_layout must be called on an attached" " container below the root container")) { return 0; } |