aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2012-07-09 08:40:43 +1000
committernyamatongwe <unknown>2012-07-09 08:40:43 +1000
commita2ff298e715702822b5067de07bda53a491529bf (patch)
tree610b95fa7356652e5800015d0efecc5888c8f7ed
parent7b4441b73c54d589a9b1306c79fc8da230a79e87 (diff)
downloadscintilla-mirror-a2ff298e715702822b5067de07bda53a491529bf.tar.gz
Fixed spelling mistakes.
-rw-r--r--include/Scintilla.iface6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index d70c1b1f6..0456615e2 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1633,7 +1633,7 @@ fun void DelLineLeft=2395(,)
# Delete forwards from the current position to the end of the line.
fun void DelLineRight=2396(,)
-# Get and Set the xOffset (ie, horizonal scroll position).
+# Get and Set the xOffset (ie, horizontal scroll position).
set void SetXOffset=2397(int newOffset,)
get int GetXOffset=2398(,)
@@ -1667,7 +1667,7 @@ val CARET_JUMPS=0x10
# where most code reside, and the lines after the caret, eg. the body of a function.
val CARET_EVEN=0x08
-# Set the way the caret is kept visible when going sideway.
+# Set the way the caret is kept visible when going sideways.
# The exclusion zone is given in pixels.
fun void SetXCaretPolicy=2402(int caretPolicy, int caretSlop)
@@ -2235,7 +2235,7 @@ fun void ScrollToEnd=2629(,)
val SC_TECHNOLOGY_DEFAULT=0
val SC_TECHNOLOGY_DIRECTWRITE=1
-# Set the technolgy used.
+# Set the technology used.
set void SetTechnology=2630(int technology,)
# Get the tech.