From 2fb30d29222fa286aaf40fd325c010d7f8d0b2c2 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 5 Feb 2020 15:35:59 +1100 Subject: Backport: Spelling and grammar in comment. Backport of changeset 7974:1c2ef1972813. --- 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 7f27543ed..e2bab0f03 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_ @@ -2659,6 +2659,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