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 | 5f2c8fb345e5b7e2465af8641caa6c02d0e2e164 (patch) | |
tree | de72892e800a2b450242723b1ae2fd8a730b2d8a | |
parent | 9851c8441028eabf58e2b7261db337f9dd0376de (diff) | |
download | scintilla-mirror-5f2c8fb345e5b7e2465af8641caa6c02d0e2e164.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> |