diff options
author | nyamatongwe <unknown> | 2012-06-11 12:08:25 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2012-06-11 12:08:25 +1000 |
commit | 0846de2a587ced6c09ab34b6021bd3969b29e49f (patch) | |
tree | ec81fda6dcb75feecdce3384422ea89b5c70e90c | |
parent | bf055367088c974fd36dde932e05e69e001903be (diff) | |
download | scintilla-mirror-0846de2a587ced6c09ab34b6021bd3969b29e49f.tar.gz |
Typo in comment.
-rw-r--r-- | include/Scintilla.iface | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index f8ef879f1..42d0ad0ec 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1907,7 +1907,7 @@ get int GetIndicatorCurrent=2501(,) # Set the value used for IndicatorFillRange set void SetIndicatorValue=2502(int value,) -# Get the current indicator vaue +# Get the current indicator value get int GetIndicatorValue=2503(,) # Turn a indicator on over a range. |