From 5e1f3c9b721f436cd60961af3df53734f10deedf Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 26 Mar 2020 09:28:15 +1100 Subject: Fix spelling mistakes. --- src/EditView.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/EditView.cxx') 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(rcSegment.right + 1); } } -- cgit v1.2.3