diff options
author | Neil <nyamatongwe@gmail.com> | 2019-05-11 07:25:22 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2019-05-11 07:25:22 +1000 |
commit | d50a8576e70ab84af42fb0bbac56c2d74ddc1898 (patch) | |
tree | 85fc655f55e995b339aa351468d7594a0a79e5a4 /src/EditView.cxx | |
parent | a42f10de51676ccc8e8a9ce48546d633ff5a256e (diff) | |
download | scintilla-mirror-d50a8576e70ab84af42fb0bbac56c2d74ddc1898.tar.gz |
Backport: Feature [feature-requests:#1283]. Standardise spelling - "color" -> "colour".
Backport of changeset 7498:7dd63f4402ae.
Diffstat (limited to 'src/EditView.cxx')
-rw-r--r-- | src/EditView.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/EditView.cxx b/src/EditView.cxx index 7ce152489..fdcd9f287 100644 --- a/src/EditView.cxx +++ b/src/EditView.cxx @@ -1888,7 +1888,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); |