diff options
author | nyamatongwe <unknown> | 2003-09-20 05:13:55 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2003-09-20 05:13:55 +0000 |
commit | 8e96fa55da68ee49bcef61ad05ea663c1ba5d7a9 (patch) | |
tree | 9e3bc73a2106597615a9ae262ed42f977aa5ef5e /src | |
parent | 51c5efed81e66ba2054126bdb739d3b7dd06b1d3 (diff) | |
download | scintilla-mirror-8e96fa55da68ee49bcef61ad05ea663c1ba5d7a9.tar.gz |
Typo fixed.s
Diffstat (limited to 'src')
-rw-r--r-- | src/Editor.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx index f3d359a7b..95ac7a8b6 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -2555,7 +2555,7 @@ void Editor::Paint(Surface *surfaceWindow, PRectangle rcArea) { DrawLine(surface, vs, lineDoc, visibleLine, xStart, rcLine, ll, subLine); //durPaint += et.Duration(true); - // Restore the precvious styles for the brace highlights in case layout is in cache. + // Restore the previous styles for the brace highlights in case layout is in cache. ll->RestoreBracesHighlight(rangeLine, braces); bool expanded = cs.GetExpanded(lineDoc); |