aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-06-17 09:27:31 +1000
committernyamatongwe <devnull@localhost>2011-06-17 09:27:31 +1000
commitaa3abfd4039ccc546178ea3704d686835e763ebf (patch)
treed2c5d2e94b16717590fc80fb344643afa43e2f88
parent1d84925321e4e9710e564337a8c2f055e51d06ba (diff)
downloadscintilla-mirror-aa3abfd4039ccc546178ea3704d686835e763ebf.tar.gz
Fixed accented character. Bug #3317340.
-rw-r--r--doc/ScintillaDoc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 5ba329876..447ec3979 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -5857,7 +5857,7 @@ struct SCNotification {
<p><b id="SCI_SETIDENTIFIER">SCI_SETIDENTIFIER(int identifier)</b><br />
<b id="SCI_GETIDENTIFIER">SCI_GETIDENTIFIER</b><br />
These two messages set and get the identifier of the Scintilla instance which is included in notifications as the
- <code>ídFrom</code> field.
+ <code>idFrom</code> field.
When an application creates multiple Scintilla widgets, this allows the source of each notification to be found.
On Windows, this value is initialised in the <code>CreateWindow</code> call and stored as the
<code>GWLP_ID</code> attribute of the window.