aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2006-02-27 11:51:58 +0000
committernyamatongwe <unknown>2006-02-27 11:51:58 +0000
commit100a3466ea3af8697accd022e3b248bc9d922a8c (patch)
treec0f86244b91516ce928d2a6025af1d861ddfd11e
parenta93737e973660d3f0475e7c95621a2bbe573b744 (diff)
downloadscintilla-mirror-100a3466ea3af8697accd022e3b248bc9d922a8c.tar.gz
Typo.
-rw-r--r--doc/ScintillaDoc.html2
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 />