geany/scintilla
Ben Wiederhake 29a6b9c003 Fix typos
All of these typos were found by codespell, so credits go the
the authors of this incredibly useful tool.

I manually confirmed and adapted all changes, which includes
reflowing over-long lines or filling up with spaces for alignment.

Some of these typos may need forwarding to their original authors.
codespell reported a lot words where I am unsure; I have not
included those corrections.
2016-01-03 18:33:25 +01:00
..
2015-11-16 19:07:59 +01:00
2015-11-16 19:07:59 +01:00
2016-01-03 18:33:25 +01:00
2015-09-20 18:39:15 +02:00
2016-01-03 18:33:25 +01:00
2015-09-20 18:39:15 +02:00
2015-11-16 19:07:59 +01:00

These files are from the Scintilla project, http://www.scintilla.org.

See License.txt for the Scintilla license.

We try to keep these files in sync with the official project; any
changes should be sent there first. Otherwise changes could cause
conflicts when we next update Scintilla.


Public header constants (include/*.h)
-------------------------------------
You should not add constants in header files - instead use
Scintilla.iface and HFacer.py.

Do not change the value of constants in header files as this will
break Scintilla's ABI.