aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
authornyamatongwe <unknown>2008-07-26 11:52:05 +0000
committernyamatongwe <unknown>2008-07-26 11:52:05 +0000
commit07102bee5b769596ce3dc2fe68a43ef38da043cc (patch)
tree6640401ce2f667859ca3a1f3411894fce19ba8b5 /doc/ScintillaDoc.html
parent8c5eb2ea124848c0927f7fc820a884cb1624089b (diff)
downloadscintilla-mirror-07102bee5b769596ce3dc2fe68a43ef38da043cc.tar.gz
Typo.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r--doc/ScintillaDoc.html2
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 />