summaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.c b/src/ui.c
index 151857f6f..393bf91f2 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -1500,7 +1500,7 @@ clip_invert_area(
row2--;
}
- // Handle the rectangle thats left
+ // Handle the rectangle that's left
if (row2 >= row1)
clip_invert_rectangle(cbd, row1, 0, row2 - row1 + 1,
(int)Columns, invert);