diff options
author | nyamatongwe <unknown> | 2008-07-26 11:52:05 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2008-07-26 11:52:05 +0000 |
commit | 07102bee5b769596ce3dc2fe68a43ef38da043cc (patch) | |
tree | 6640401ce2f667859ca3a1f3411894fce19ba8b5 /doc/ScintillaDoc.html | |
parent | 8c5eb2ea124848c0927f7fc820a884cb1624089b (diff) | |
download | scintilla-mirror-07102bee5b769596ce3dc2fe68a43ef38da043cc.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 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 <h2 id="GTK">GTK+</h2> <p>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.</p> + resources to be released after all Scintilla widgets have been destroyed.</p> <code><a class="message" href="#scintilla_new">GtkWidget *scintilla_new()</a><br /> <a class="message" href="#scintilla_set_id">void scintilla_set_id(ScintillaObject *sci, uptr_t id)</a><br /> <a class="message" href="#scintilla_send_message">sptr_t scintilla_send_message(ScintillaObject *sci,unsigned int iMessage, uptr_t wParam, sptr_t lParam)</a><br /> |