From 551976903b87b89ed2d905bb2efbd098282615e4 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 16 Apr 2012 12:23:56 +1000 Subject: Fixed spelling. --- include/Scintilla.iface | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/Scintilla.iface') 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,) -- cgit v1.2.3