diff options
author | nyamatongwe <devnull@localhost> | 2012-07-09 08:40:43 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2012-07-09 08:40:43 +1000 |
commit | 1e2bd9faf09e5d02216835f62cbd87e0eb538586 (patch) | |
tree | 84da4098bf2175f3511620996883137fb0e4e6a3 | |
parent | 34bd2afe2f04b65015662b6bad30a03d3ad3507b (diff) | |
download | scintilla-mirror-1e2bd9faf09e5d02216835f62cbd87e0eb538586.tar.gz |
Fixed spelling mistakes.
-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 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. |