From 85172547051d370219d0928b1ad09a84881799f8 Mon Sep 17 00:00:00 2001 From: Jens Peters Date: Sun, 21 Jan 2024 17:15:12 +0100 Subject: [PATCH] view: fix typo --- src/view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view.c b/src/view.c index 55424f58..c48ff9e0 100644 --- a/src/view.c +++ b/src/view.c @@ -651,7 +651,7 @@ view_adjust_floating_geometry(struct view *view, struct wlr_box *geometry) } } else { /* - * Reposition offscreen views; if automatic placement was is + * Reposition offscreen views; if automatic placement is * configured, try to automatically place the windows. */ if (rc.placement_policy == LAB_PLACE_AUTOMATIC) {