view: fix typo

This commit is contained in:
Jens Peters 2024-01-21 17:15:12 +01:00 committed by Johan Malm
parent e547e29563
commit 8517254705

View file

@ -651,7 +651,7 @@ view_adjust_floating_geometry(struct view *view, struct wlr_box *geometry)
} }
} else { } else {
/* /*
* Reposition offscreen views; if automatic placement was is * Reposition offscreen views; if automatic placement is
* configured, try to automatically place the windows. * configured, try to automatically place the windows.
*/ */
if (rc.placement_policy == LAB_PLACE_AUTOMATIC) { if (rc.placement_policy == LAB_PLACE_AUTOMATIC) {