aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/EditView.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2019-05-11 07:25:22 +1000
committerNeil <nyamatongwe@gmail.com>2019-05-11 07:25:22 +1000
commitdbb3dbe28d22720639967832cef6f6e8163d472a (patch)
tree91edf03db5070f9429602e8c3ab0b94a1225f0ab /src/EditView.cxx
parent796d60abaa071e4baa4f047249cb8955071478b0 (diff)
downloadscintilla-mirror-dbb3dbe28d22720639967832cef6f6e8163d472a.tar.gz
Feature [feature-requests:#1283]. Standardise spelling - "color" -> "colour".
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 59e559ea5..f3185ecc8 100644
--- a/src/EditView.cxx
+++ b/src/EditView.cxx
@@ -2017,7 +2017,7 @@ void EditView::DrawLine(Surface *surface, const EditModel &model, const ViewStyl
return; // No further drawing
}
- // See if something overrides the line background color.
+ // See if something overrides the line background colour.
const ColourOptional background = vsDraw.Background(model.pdoc->GetMark(line), model.caret.active, ll->containsCaret);
const Sci::Position posLineStart = model.pdoc->LineStart(line);