diff options
| author | nyamatongwe <unknown> | 2012-04-16 12:23:56 +1000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2012-04-16 12:23:56 +1000 |
| commit | 551976903b87b89ed2d905bb2efbd098282615e4 (patch) | |
| tree | 34d62199248d309441a1bc8c8086a4151be19dcb /include/Scintilla.iface | |
| parent | 13e7c5dfa626fb3747fbffdff31a125023ac2141 (diff) | |
| download | scintilla-mirror-551976903b87b89ed2d905bb2efbd098282615e4.tar.gz | |
Fixed spelling.
Diffstat (limited to 'include/Scintilla.iface')
| -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 e34f79dad..6dda631e4 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1806,9 +1806,9 @@ fun int AutoCGetCurrent=2445(,) # Returns the length of the item text fun int AutoCGetCurrentText=2610(, stringresult s) -enu CaseInsensititiveBehaviour=SC_CASEINSENSITITIVEBEHAVIOUR_ -val SC_CASEINSENSITITIVEBEHAVIOUR_RESPECTCASE=0 -val SC_CASEINSENSITITIVEBEHAVIOUR_IGNORECASE=1 +enu CaseInsensitiveBehaviour=SC_CASEINSENSITIVEBEHAVIOUR_ +val SC_CASEINSENSITIVEBEHAVIOUR_RESPECTCASE=0 +val SC_CASEINSENSITIVEBEHAVIOUR_IGNORECASE=1 # Set auto-completion case insensitive behaviour to either prefer case-sensitive matches or have no preference. set void AutoCSetCaseInsensitiveBehaviour=2634(int behaviour,) |
