diff options
| -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> | 
