diff options
| author | Neil Hodgson <nyamatongwe@gmail.com> | 2015-02-19 15:54:26 +1100 | 
|---|---|---|
| committer | Neil Hodgson <nyamatongwe@gmail.com> | 2015-02-19 15:54:26 +1100 | 
| commit | 4516fc2f5d643163b22ef7b4979ccf91273c2a9b (patch) | |
| tree | f97e8e9f2ffc7e1a5ab2a16eced047464b8fefe1 | |
| parent | 24bb413ee50e854d611df4a7a6d7a543975e90a0 (diff) | |
| download | scintilla-mirror-4516fc2f5d643163b22ef7b4979ccf91273c2a9b.tar.gz | |
Correct typo.
| -rw-r--r-- | doc/ScintillaHistory.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 4fb730e62..777ccc7d1 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -515,7 +515,7 @@  	<li>  	Verilog lexer handles escaped identifiers that begin with \ and end with space like \reset* .  	Verilog folder fixes one bug with inconsistent folding when fold.comment is on and another -	with typdef class statements creating a fold point, expecting an endclass statement. +	with typedef class statements creating a fold point, expecting an endclass statement.  	</li>  	<li>  	VHDL folder fixes hang in folding when document starts with "entity". | 
