diff options
author | nyamatongwe <devnull@localhost> | 2006-02-27 11:51:58 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2006-02-27 11:51:58 +0000 |
commit | d437b32c337ddba5ea0d93a9abc92a1b52f1f381 (patch) | |
tree | c0f86244b91516ce928d2a6025af1d861ddfd11e /doc/ScintillaDoc.html | |
parent | cca359f1d365a3ee3db3892fbdec8e141b212afc (diff) | |
download | scintilla-mirror-d437b32c337ddba5ea0d93a9abc92a1b52f1f381.tar.gz |
Typo.
Diffstat (limited to 'doc/ScintillaDoc.html')
-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 /> |