rivertile: fix typo in error message

This commit is contained in:
Isaac Freund 2021-05-05 14:48:47 +02:00
parent 57fe91c5a4
commit cccca230f0
No known key found for this signature in database
GPG key ID: 86DED400DDFD7A11

View file

@ -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;