From cccca230f05b72e1f377e2d580aa72f7c4df63a6 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Wed, 5 May 2021 14:48:47 +0200 Subject: [PATCH] rivertile: fix typo in error message --- rivertile/main.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rivertile/main.zig b/rivertile/main.zig index 3dcd6ba..4464e84 100644 --- a/rivertile/main.zig +++ b/rivertile/main.zig @@ -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;