aboutsummaryrefslogtreecommitdiffstats
path: root/core.lv2/lv2.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-16 22:56:23 +0000
committerDavid Robillard <d@drobilla.net>2011-03-16 22:56:23 +0000
commitc295f8dd7d964e1c47100402beccdfa4f0b78e9f (patch)
tree846c15c9b222718ee8ef3b5933f0ae5beb6fcdeb /core.lv2/lv2.ttl
parent7632d5aae4bb310e7a79261b756d3b22de50f735 (diff)
downloadlv2-c295f8dd7d964e1c47100402beccdfa4f0b78e9f.tar.xz
Fix typo.
Diffstat (limited to 'core.lv2/lv2.ttl')
-rw-r--r--core.lv2/lv2.ttl2
1 files changed, 1 insertions, 1 deletions
diff --git a/core.lv2/lv2.ttl b/core.lv2/lv2.ttl
index e192afa..b96d535 100644
--- a/core.lv2/lv2.ttl
+++ b/core.lv2/lv2.ttl
@@ -578,7 +578,7 @@ lv2:optionalFeature a rdf:Property ;
rdfs:range lv2:Feature ;
rdfs:label "Optional feature" ;
rdfs:comment """
-Signifies that a plugin or other resource supports a certain features.
+Signifies that a plugin or other resource supports a certain feature.
If the host supports this feature, it MUST pass its URI and any additional
data to the plugin in the instantiate() function. The plugin MUST NOT fail to
instantiate if an optional feature is not supported by the host.