From 7988a2e9348ddbe60a24cbead76ae7c662f3c73a Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Mon, 27 Apr 2020 20:08:57 +0200 Subject: Fix a couple typos --- src/view.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/view.zig') diff --git a/src/view.zig b/src/view.zig index a4ede46..cb9ed33 100644 --- a/src/view.zig +++ b/src/view.zig @@ -98,7 +98,7 @@ pub const View = struct { .xdg_toplevel => |xdg_toplevel| xdg_toplevel.configure(pending_box), } } else { - Log.Error.log("Configre called on a View with no pending box", .{}); + Log.Error.log("Configure called on a View with no pending box", .{}); } } -- cgit v1.2.3