aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2003-11-27 12:29:42 +0000
committernyamatongwe <unknown>2003-11-27 12:29:42 +0000
commit71bae29fd9925bebe7ad5c4654ecc2ad36c894dc (patch)
tree947755470f797f7188d28bb1fcbb693f4160ece8
parente0f91a545e32d170511f8763305ce04b14cc058c (diff)
downloadscintilla-mirror-71bae29fd9925bebe7ad5c4654ecc2ad36c894dc.tar.gz
Typo.
-rw-r--r--include/Scintilla.iface4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 1d30cb89d..cc3304c52 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1476,10 +1476,10 @@ set void SetSelectionMode=2422(int mode,)
# Get the mode of the current selection.
get int GetSelectionMode=2423(,)
-# Retrieve the position of the start of the selection at the given line (INVALID_POSITION of no selection on this line).
+# Retrieve the position of the start of the selection at the given line (INVALID_POSITION if no selection on this line).
fun position GetLineSelStartPosition=2424(int line,)
-# Retrieve the position of the end of the selection at the given line (INVALID_POSITION of no selection on this line).
+# Retrieve the position of the end of the selection at the given line (INVALID_POSITION if no selection on this line).
fun position GetLineSelEndPosition=2425(int line,)