aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2013-02-26 15:44:44 +1100
committernyamatongwe <devnull@localhost>2013-02-26 15:44:44 +1100
commitbcdbb34b3b0dac1d564ae205f422809a299b3b8f (patch)
treefb21929e215b7985253d80f497424e8193ebf8ca
parentfb38068c4203bb8698bb83336698c91c95d25f54 (diff)
downloadscintilla-mirror-bcdbb34b3b0dac1d564ae205f422809a299b3b8f.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>