diff options
author | David Robillard <d@drobilla.net> | 2015-03-27 21:38:10 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-03-27 21:38:10 -0400 |
commit | 4666e1ccd918cb8a17097db99f404e9519dd3bd8 (patch) | |
tree | a42c205145d9b0fed97ec0c7617e3ec006aad9e2 /lv2/lv2plug.in/ns/extensions/units | |
parent | 4a2647bd551f588f6ed744f0ba08571e2cf7832c (diff) | |
download | lv2-4666e1ccd918cb8a17097db99f404e9519dd3bd8.tar.xz |
Fix typo.
Diffstat (limited to 'lv2/lv2plug.in/ns/extensions/units')
-rw-r--r-- | lv2/lv2plug.in/ns/extensions/units/units.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/lv2plug.in/ns/extensions/units/units.ttl b/lv2/lv2plug.in/ns/extensions/units/units.ttl index b78aa89..ac7e439 100644 --- a/lv2/lv2plug.in/ns/extensions/units/units.ttl +++ b/lv2/lv2plug.in/ns/extensions/units/units.ttl @@ -127,7 +127,7 @@ units:factor rdfs:domain units:Conversion ; rdfs:label "conversion factor" ; rdfs:comment """ -The factor to multiple the source value by in order to convert +The factor to multiply the source value by in order to convert to the target unit. """ . |