Fix typo in comment

This commit is contained in:
Ivan Molodetskikh
2025-04-04 12:10:17 +03:00
parent c359d24825
commit 430b155929
+1 -1
View File
@@ -105,7 +105,7 @@ impl PointerGrab<State> for SpatialMovementGrab {
data.niri.queue_redraw(&output);
}
} else {
// The resize is no longer ongoing.
// The move is no longer ongoing.
handle.unset_grab(self, data, event.serial, event.time, true);
}
}