From 100a3466ea3af8697accd022e3b248bc9d922a8c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 27 Feb 2006 11:51:58 +0000 Subject: Typo. --- doc/ScintillaDoc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.
- 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.

SCI_REPLACETARGETRE(int length, const char *text)
-- cgit v1.2.3