diff options
author | Neil <nyamatongwe@gmail.com> | 2015-11-21 11:21:29 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-11-21 11:21:29 +1100 |
commit | 5be905a1913a842f4c5226a57b0af4455bdfb61f (patch) | |
tree | a7148f9d80b2fd07d0891694c4c54e62f3c0976d | |
parent | f6b0ff63a5d87c2200e49135b21015ee0270faff (diff) | |
download | scintilla-mirror-5be905a1913a842f4c5226a57b0af4455bdfb61f.tar.gz |
Fix a typo and some extra punctuation.
-rw-r--r-- | include/Scintilla.iface | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index a96cd643c..91b3066b5 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -249,7 +249,7 @@ enu IMEInteraction=SC_IME_ val SC_IME_WINDOWED=0 val SC_IME_INLINE=1 -# Is the IME displayed in a winow or inline? +# Is the IME displayed in a window or inline? get int GetIMEInteraction=2678(,) # Choose to display the the IME in a winow or inline. @@ -1420,7 +1420,7 @@ val SC_MULTIPASTE_EACH=1 # Change the effect of pasting when there are multiple selections. set void SetMultiPaste=2614(int multiPaste,) -# Retrieve the effect of pasting when there are multiple selections.. +# Retrieve the effect of pasting when there are multiple selections. get int GetMultiPaste=2615(,) # Retrieve the value of a tag from a regular expression search. @@ -1989,7 +1989,7 @@ val SC_MULTIAUTOC_EACH=1 # Change the effect of autocompleting when there are multiple selections. set void AutoCSetMulti=2636(int multi,) -# Retrieve the effect of autocompleting when there are multiple selections.. +# Retrieve the effect of autocompleting when there are multiple selections. get int AutoCGetMulti=2637(,) enu Ordering=SC_ORDER_ |