diff options
author | nyamatongwe <unknown> | 2006-02-27 11:51:58 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2006-02-27 11:51:58 +0000 |
commit | 100a3466ea3af8697accd022e3b248bc9d922a8c (patch) | |
tree | c0f86244b91516ce928d2a6025af1d861ddfd11e | |
parent | a93737e973660d3f0475e7c95621a2bbe573b744 (diff) | |
download | scintilla-mirror-100a3466ea3af8697accd022e3b248bc9d922a8c.tar.gz |
Typo.
-rw-r--r-- | doc/ScintillaDoc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index e6aae3b73..d71f2c5f7 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -779,7 +779,7 @@ struct TextToFind { After replacement, the target range refers to the replacement text. The return value is the length of the replacement string.<br /> - Note that the recommanded way to delete text in the document is to set the target to the text to be removed, + Note that the recommended way to delete text in the document is to set the target to the text to be removed, and to perform a replace target with an empty string.</p> <p><b id="SCI_REPLACETARGETRE">SCI_REPLACETARGETRE(int length, const char *text)</b><br /> |