rivertile: fix typo in error message
This commit is contained in:
parent
57fe91c5a4
commit
cccca230f0
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ pub fn main() !void {
|
|||
_ = try display.roundtrip();
|
||||
|
||||
if (context.layout_manager == null) {
|
||||
fatal("wayland compositor does not support river_layout_v1.\n", .{});
|
||||
fatal("wayland compositor does not support river-layout-v2.\n", .{});
|
||||
}
|
||||
|
||||
context.initialized = true;
|
||||
|
|
Loading…
Reference in a new issue