From afaa659d9798df075db3cf4c15216fa3cf153b8c Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 30 Aug 2016 12:29:23 +1000 Subject: Fix spelling mistakes. --- doc/ScintillaHistory.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index b4fd684c9..67388952b 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -588,7 +588,7 @@ C++ 11 <regex> support built by default. Can be disabled by defining NO_CXX11_REGEX.
  • - SciTE_USERHOME environment variable allows separate location for writable properties files. + SciTE_USERHOME environment variable allows separate location for writeable properties files. Feature #965.
  • @@ -949,7 +949,7 @@
  • The errorlist lexer understands some ANSI escape sequences to change foreground colour and intensity. - This is sufficient to colour diagnotic output from gcc and clang when -fdiagnostics-color set. + This is sufficient to colour diagnostic output from gcc and clang when -fdiagnostics-color set.
  • The errorlist lexer allows the line number to be 0 in GCC errors as some tools report whole file @@ -1012,7 +1012,7 @@
  • External interfaces use the Sci_Position and Sci_PositionU typedefs instead of int and unsigned int - to allow for changes to a 64-bit interface on 64-bit plactforms in the future. + to allow for changes to a 64-bit interface on 64-bit platforms in the future. Applications and external lexers should start using the new type names so that they will be compatible when the 64-bit change occurs. There is also Sci_PositionCR (long) for use in the Sci_CharacterRange struct which will -- cgit v1.2.3