From 07102bee5b769596ce3dc2fe68a43ef38da043cc Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 26 Jul 2008 11:52:05 +0000 Subject: Typo. --- doc/ScintillaDoc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index ca14293a9..cb4728e06 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -5453,7 +5453,7 @@ for line = lineStart to lineEnd do SCI_ENSUREVISIBLE(line) next

GTK+

On GTK+, the following functions create a Scintilla widget, communicate with it and allow - resources to be released after all Scintilla widgets hace been destroyed.

+ resources to be released after all Scintilla widgets have been destroyed.

GtkWidget *scintilla_new()
void scintilla_set_id(ScintillaObject *sci, uptr_t id)
sptr_t scintilla_send_message(ScintillaObject *sci,unsigned int iMessage, uptr_t wParam, sptr_t lParam)
-- cgit v1.2.3