aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--doc/ScintillaHistory.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 368343aec..6708cc990 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -2024,7 +2024,7 @@
</li>
<li>
Add SCI_SETTABMINIMUMWIDTH to set the minimum width of tabs.
- This allows minimaps or overviews to be layed out to match the full size editing view.
+ This allows minimaps or overviews to be laid out to match the full size editing view.
<a href="https://sourceforge.net/p/scintilla/bugs/2118/">Bug #2118</a>.
</li>
<li>
@@ -2593,7 +2593,7 @@
<a href="https://sourceforge.net/p/scintilla/feature-requests/1210/">Feature #1210.</a>
</li>
<li>
- Fix hang in Lua lexer when lexing a label upto the terminating "::".
+ Fix hang in Lua lexer when lexing a label up to the terminating "::".
<a href="https://sourceforge.net/p/scintilla/bugs/1999/">Bug #1999</a>.
</li>
<li>
@@ -2820,7 +2820,7 @@
'Ctrl+L|SCI_LINEDELETE|'.
</li>
<li>
- The Matlab lexer treats 'end' as a number rather than a keyword when used as a index.
+ The Matlab lexer treats 'end' as a number rather than a keyword when used as an index.
This also stops incorrect folding.
<a href="https://sourceforge.net/p/scintilla/bugs/1951/">Bug #1951</a>.
</li>
@@ -9863,7 +9863,7 @@
SciTE crashing bug fixed in incremental search on Windows ME.
</li>
<li>
- SciTE on Windows has a optional find and replace dialogs that can search through
+ SciTE on Windows has an optional find and replace dialogs that can search through
all buffers and search within a particular style number.
</li>
</ul>
@@ -11432,7 +11432,7 @@
SciTE's Export as LaTeX output improved.
</li>
<li>
- Better choice of autocompletion displaying above the caret rather then
+ Better choice of autocompletion displaying above the caret rather than
below when that is more sensible.
</li>
<li>
@@ -14017,7 +14017,7 @@
<li>
Scintilla supports a 'savepoint' in the undo stack which can be set by the container when
the document is saved. Notifications are sent to the container when the savepoint is
- entered or left, allowing the container to to display a dirty indicator and change its
+ entered or left, allowing the container to display a dirty indicator and change its
menus.
</li>
<li>