aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2013-02-26 15:44:44 +1100
committernyamatongwe <unknown>2013-02-26 15:44:44 +1100
commit17f3e4e83b283a9e240b97b5e5f9e3663ad52542 (patch)
treee0b715e6d8b41d1ebd928e7eff37ee69595fb183
parentb85294150f4f181252650c8c8a445c9a0e96df63 (diff)
downloadscintilla-mirror-17f3e4e83b283a9e240b97b5e5f9e3663ad52542.tar.gz
Spelling.
-rw-r--r--doc/ScintillaDoc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 290ab474a..7e362ffb9 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -560,7 +560,7 @@
<code>SCI_RELEASEALLEXTENDEDSTYLES</code> releases any extended styles allocated by the container.
<code>SCI_ALLOCATEEXTENDEDSTYLES</code> allocates a range of style numbers after the byte style values and returns
the number of the first allocated style.
- Ranges for magin and annotation styles should be allocated before calling
+ Ranges for margin and annotation styles should be allocated before calling
<a class="message" href="#SCI_MARGINSETSTYLEOFFSET">SCI_MARGINSETSTYLEOFFSET</a> or
<a class="message" href="#SCI_ANNOTATIONSETSTYLEOFFSET">SCI_ANNOTATIONSETSTYLEOFFSET</a>.</p>