From: Jens Peters Date: Sun, 21 Jan 2024 16:15:12 +0000 (+0100) Subject: view: fix typo X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=85172547051d370219d0928b1ad09a84881799f8;p=proto%2Flabwc.git view: fix typo --- 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) {