aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/input/spatial_movement_grab.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/spatial_movement_grab.rs b/src/input/spatial_movement_grab.rs
index 7e6d81d0..56a36ce3 100644
--- a/src/input/spatial_movement_grab.rs
+++ b/src/input/spatial_movement_grab.rs
@@ -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);
}
}