diff options
author | David Robillard <d@drobilla.net> | 2012-12-21 23:27:38 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-12-21 23:27:38 +0000 |
commit | 9e77acef971c343cad587bb8409b535de6fc458c (patch) | |
tree | 17e136dc589593e2e5320706fcaa1a3df6365fd0 /lv2 | |
parent | ba79b55b0497ce7d252174af69967b45b0d90842 (diff) | |
download | lv2-9e77acef971c343cad587bb8409b535de6fc458c.tar.xz |
Fix typo in bufsz:sequenceSize label.
Diffstat (limited to 'lv2')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/buf-size/buf-size.ttl | 2 | ||||
-rw-r--r-- | lv2/lv2plug.in/ns/ext/buf-size/lv2-buf-size.doap.ttl | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/lv2/lv2plug.in/ns/ext/buf-size/buf-size.ttl b/lv2/lv2plug.in/ns/ext/buf-size/buf-size.ttl index be23c38..5e2ec76 100644 --- a/lv2/lv2plug.in/ns/ext/buf-size/buf-size.ttl +++ b/lv2/lv2plug.in/ns/ext/buf-size/buf-size.ttl @@ -90,7 +90,7 @@ bufsz:sequenceSize a rdf:Property , owl:DatatypeProperty , opts:Option ; - rdfs:label "sequnce size" ; + rdfs:label "sequence size" ; rdfs:range xsd:nonNegativeInteger ; lv2:documentation """ <p>The maximum size of a sequence, in bytes. This should be provided as an diff --git a/lv2/lv2plug.in/ns/ext/buf-size/lv2-buf-size.doap.ttl b/lv2/lv2plug.in/ns/ext/buf-size/lv2-buf-size.doap.ttl index eea12ef..3f0fe94 100644 --- a/lv2/lv2plug.in/ns/ext/buf-size/lv2-buf-size.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/buf-size/lv2-buf-size.doap.ttl @@ -11,6 +11,14 @@ doap:created "2012-08-07" ; doap:developer <http://drobilla.net/drobilla#me> ; doap:release [ + doap:revision "1.1" ; + doap:created "2012-12-21" ; + dcs:changeset [ + dcs:item [ + rdfs:label "Fix typo in bufsz:sequenceSize label." + ] + ] + ] , [ doap:revision "1.0" ; doap:created "2012-10-14" ; doap:file-release <http://lv2plug.in/spec/lv2-1.2.0.tar.bz2> ; |