diff options
author | nyamatongwe <devnull@localhost> | 2012-06-11 12:08:25 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2012-06-11 12:08:25 +1000 |
commit | 5b5a166d9595fc6c32639e88e4dbca4f4e7c10a8 (patch) | |
tree | 9917b6979a0a832c86a9390307eef4aeaa19b1a4 | |
parent | 4026f136168de3052610a5fc11dee5429027b87f (diff) | |
download | scintilla-mirror-5b5a166d9595fc6c32639e88e4dbca4f4e7c10a8.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. |