diff options
author | nyamatongwe <devnull@localhost> | 2008-07-26 11:52:05 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2008-07-26 11:52:05 +0000 |
commit | a4cf33d917b1c04df690c4531271d09957e9a746 (patch) | |
tree | 6640401ce2f667859ca3a1f3411894fce19ba8b5 | |
parent | cc26d119a8ce2254d2c08f944404ae4d5206691a (diff) | |
download | scintilla-mirror-a4cf33d917b1c04df690c4531271d09957e9a746.tar.gz |
Typo.
-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 /> |