diff options
author | David Robillard <d@drobilla.net> | 2012-04-13 00:42:46 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-13 00:42:46 +0000 |
commit | 79956ee4eae7573f794ea2d809f62f84984ef29f (patch) | |
tree | 47138705759a965086b7c198322b286fe711921f /lv2 | |
parent | 46e2e7d68dc76fd7da3f6a142daa538fe2e2c190 (diff) | |
download | lv2-79956ee4eae7573f794ea2d809f62f84984ef29f.tar.xz |
Fix typo.
Diffstat (limited to 'lv2')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/port-props/port-props.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl b/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl index 62fa9af..8111821 100644 --- a/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl +++ b/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl @@ -160,7 +160,7 @@ pprops:rangeSteps rdfs:label "Number of value quantization steps" ; lv2:documentation """ <p>This value indicates into how many evenly-divided points the (control) port -range shoujld be divided for step-wise control. This may be used for changing +range should be divided for step-wise control. This may be used for changing the value with step-based controllers like arrow keys, mouse wheel, rotary encoders, etc.</p> |