aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Editor.cxx')
-rw-r--r--src/Editor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx
index 89cf544ab..d941612b1 100644
--- a/src/Editor.cxx
+++ b/src/Editor.cxx
@@ -4617,7 +4617,7 @@ bool Editor::PointInSelection(Point pt) {
}
ptrdiff_t Editor::SelectionFromPoint(Point pt) {
- // Prioritize checking inside non-empty selections since each character will be inside only 1
+ // Prioritize checking inside non-empty selections since each character will be inside only 1
const SelectionPosition posChar = SPositionFromLocation(pt, true, true);
for (size_t r = 0; r < sel.Count(); r++) {
if (sel.Range(r).ContainsCharacter(posChar)) {