aboutsummaryrefslogtreecommitdiff
path: root/sway/input/seatop_default.c
diff options
context:
space:
mode:
authorThomas Hebb <tommyhebb@gmail.com>2022-02-21 23:13:18 -0800
committerSimon Ser <contact@emersion.fr>2022-02-22 09:50:58 +0100
commitb38b845c6311a0d2b2daed7d35d90a6a7eb7bcf1 (patch)
treed229a110105cc209f7d58903af9052caa76cde94 /sway/input/seatop_default.c
parent85d1c98476b653368e9a9f41650eb6e2f6aac596 (diff)
Remove some erroneous apostrophes in comments
Diffstat (limited to 'sway/input/seatop_default.c')
-rw-r--r--sway/input/seatop_default.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/input/seatop_default.c b/sway/input/seatop_default.c
index 4320a3b4..969352bf 100644
--- a/sway/input/seatop_default.c
+++ b/sway/input/seatop_default.c
@@ -474,7 +474,7 @@ static void handle_button(struct sway_seat *seat, uint32_t time_msec,
seat_set_focus(seat, node);
}
- // If moving a container by it's title bar, use a threshold for the drag
+ // If moving a container by its title bar, use a threshold for the drag
if (!mod_pressed && config->tiling_drag_threshold > 0) {
seatop_begin_move_tiling_threshold(seat, cont);
} else {