From 4ee618e8afbb9d7f1cf8b94abdbfc74fa01d87ed Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 5 Feb 2020 15:35:59 +1100 Subject: Spelling and grammar in comment. --- include/Scintilla.iface | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 691a98a68..5144249f2 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -282,7 +282,7 @@ val SC_IME_INLINE=1 # Is the IME displayed in a window or inline? get IMEInteraction GetIMEInteraction=2678(,) -# Choose to display the the IME in a winow or inline. +# Choose to display the IME in a window or inline. set void SetIMEInteraction=2679(IMEInteraction imeInteraction,) enu MarkerSymbol=SC_MARK_ @@ -2652,6 +2652,7 @@ ali SCVS_NOWRAPLINESTART=NO_WRAP_LINE_START # Set options for virtual space behaviour. set void SetVirtualSpaceOptions=2596(VirtualSpace virtualSpaceOptions,) + # Return options for virtual space behaviour. get VirtualSpace GetVirtualSpaceOptions=2597(,) -- cgit v1.2.3