aboutsummaryrefslogtreecommitdiff
path: root/src/view.zig
diff options
context:
space:
mode:
authorIsaac Freund <ifreund@ifreund.xyz>2020-04-27 20:08:57 +0200
committerIsaac Freund <ifreund@ifreund.xyz>2020-04-27 20:08:57 +0200
commit7988a2e9348ddbe60a24cbead76ae7c662f3c73a (patch)
tree33365a9c3d75a8875217dc5db114c887887d61f9 /src/view.zig
parentce8d8a7825576a011001f1decada8a05a5ca2ad2 (diff)
downloadriver-7988a2e9348ddbe60a24cbead76ae7c662f3c73a.tar.gz
river-7988a2e9348ddbe60a24cbead76ae7c662f3c73a.tar.xz
Fix a couple typos
Diffstat (limited to 'src/view.zig')
-rw-r--r--src/view.zig2
1 files changed, 1 insertions, 1 deletions
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", .{});
}
}