aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2002-08-01 07:36:39 +0000
committernyamatongwe <devnull@localhost>2002-08-01 07:36:39 +0000
commitd6a3f592e0b29ab0520ec20394e4a637eb8f3554 (patch)
treecfad5a72d174c1b8b178f11a437063510e41ae1a
parentae0f6bb36519db88910288865e24f4d91b8508f4 (diff)
downloadscintilla-mirror-d6a3f592e0b29ab0520ec20394e4a637eb8f3554.tar.gz
Fixed typos.
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index e2c083db9..5be175590 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -141,7 +141,7 @@
#if / #ifdef .. #endif and the #region .. #endregion feature of C#.
</li>
<li>
- Scintilla method to find the height in pixels of a lin. Currently returns the
+ Scintilla method to find the height in pixels of a line. Currently returns the
same result for every line as all lines are same height.
</li>
<li>
@@ -178,7 +178,7 @@
</li>
<li>
New SciTE property ensure.final.line.end can ensure that saved files
- always end with a new line as his is required by some tools.
+ always end with a new line as this is required by some tools.
The ensure.consistent.line.ends property ensures all line ends are the
current default when saving files.
The strip.trailing.spaces property now works on the buffer so the