]> git.mdlowis.com Git - proto/labwc.git/commitdiff
view: fix typo
authorJens Peters <jp7677@gmail.com>
Sun, 21 Jan 2024 16:15:12 +0000 (17:15 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Mon, 22 Jan 2024 22:27:08 +0000 (22:27 +0000)
src/view.c

index 55424f583377d01e0ef56238c7d0f5430dac2a37..c48ff9e015f86fb39db0c9d16b1acd26b8db48b7 100644 (file)
@@ -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) {