From d50a8576e70ab84af42fb0bbac56c2d74ddc1898 Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 11 May 2019 07:25:22 +1000 Subject: Backport: Feature [feature-requests:#1283]. Standardise spelling - "color" -> "colour". Backport of changeset 7498:7dd63f4402ae. --- 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 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); -- cgit v1.2.3