aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/EditView.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2020-03-26 09:28:15 +1100
committerNeil <nyamatongwe@gmail.com>2020-03-26 09:28:15 +1100
commit5e1f3c9b721f436cd60961af3df53734f10deedf (patch)
tree36499b447ce0b871aafdd1bd23716b120d70ed27 /src/EditView.cxx
parent46d00d15940a78ba6cd5fb5b884e08d0394c3abe (diff)
downloadscintilla-mirror-5e1f3c9b721f436cd60961af3df53734f10deedf.tar.gz
Fix spelling mistakes.
Diffstat (limited to 'src/EditView.cxx')
-rw-r--r--src/EditView.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/EditView.cxx b/src/EditView.cxx
index 9cacafb3b..14ccec908 100644
--- a/src/EditView.cxx
+++ b/src/EditView.cxx
@@ -1231,7 +1231,7 @@ void EditView::DrawFoldDisplayText(Surface *surface, const EditModel &model, con
if (model.trackLineWidth) {
if (rcSegment.right + 1> lineWidthMaxSeen) {
- // Fold display text border drawn on rcSegment.right with width 1 is the last visble object of the line
+ // Fold display text border drawn on rcSegment.right with width 1 is the last visible object of the line
lineWidthMaxSeen = static_cast<int>(rcSegment.right + 1);
}
}