spelling: selection

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2024-10-29 16:55:43 +01:00
committed by Jindra Petřík
parent 2a1b38e1e9
commit 905c23d802
2 changed files with 2 additions and 2 deletions
@@ -88,7 +88,7 @@ public class MyMarkers {
hiliter.addHighlight(start, end, marker);
return;
}
// selection starts within the highlight, highlight before slection
// selection starts within the highlight, highlight before selection
if (selStart > start && selStart < end) {
hiliter.addHighlight(start, selStart, marker);
}