diff options
| author | nyamatongwe <devnull@localhost> | 2003-09-20 05:13:55 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2003-09-20 05:13:55 +0000 | 
| commit | 435d084b0e470d2f258fcdd72ae09ff728188b5b (patch) | |
| tree | 9e3bc73a2106597615a9ae262ed42f977aa5ef5e /src/Editor.cxx | |
| parent | d1f3f7f79349b947ecd0c26cdab48830450160cc (diff) | |
| download | scintilla-mirror-435d084b0e470d2f258fcdd72ae09ff728188b5b.tar.gz | |
Typo fixed.s
Diffstat (limited to 'src/Editor.cxx')
| -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); | 
