diff options
author | Stefan Weil <sw@weilnetz.de> | 2014-01-20 07:39:42 +0100 |
---|---|---|
committer | Stefan Weil <sw@weilnetz.de> | 2014-01-20 07:39:42 +0100 |
commit | 3b6910a7999c6af25f6ccb01cca252e0b91b61d3 (patch) | |
tree | f80e7670318af448803d4664bcca8d41ea9b3ccb | |
parent | cce3c51c612eb0c78bdc25fdd443858b458e0966 (diff) | |
download | scintilla-mirror-3b6910a7999c6af25f6ccb01cca252e0b91b61d3.tar.gz |
Fix typo in documentation
-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 0f108917a..5350e8537 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -2215,7 +2215,7 @@ struct Sci_TextToFind { baseline (its 'descent'). Space may be added to the maximum ascent (<code>SCI_SETEXTRAASCENT</code>) and the maximum descent (<code>SCI_SETEXTRADESCENT</code>) to allow for more space between lines. - This may done to make the text easier to read or to accomodate underlines or highlights. + This may done to make the text easier to read or to accommodate underlines or highlights. </p> <h2 id="Cursor">Cursor</h2> |