aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-04-21 11:56:51 +1000
committerNeil <nyamatongwe@gmail.com>2014-04-21 11:56:51 +1000
commitef28e13fa65dd4eeb10fd71ac715174f49ab9add (patch)
treefe4d0fbff5a5b8925652d93c7627cfaaa67280da
parent67de6955e4dad8673700625a45c3b1179a0b026b (diff)
downloadscintilla-mirror-ef28e13fa65dd4eeb10fd71ac715174f49ab9add.tar.gz
Clean line end whitespace.
-rw-r--r--include/Scintilla.iface2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 276ba8dd7..2fe27654a 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -98,7 +98,7 @@ fun void AddStyledText=2002(int length, cells c)
# Insert string at a position.
fun void InsertText=2003(position pos, string text)
-# Change the text that is being inserted in response to SC_MOD_INSERTCHECK
+# Change the text that is being inserted in response to SC_MOD_INSERTCHECK
fun void ChangeInsertion=2672(int length, string text)
# Delete all text in the document.