From bd70bc95db7b9aea77d04ffba0693a485d4af8c6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 9 May 2022 15:40:09 -0400 Subject: Fix incorrect spelling and test for regression with codespell --- lv2/core/lv2core.meta.ttl | 6 +++--- lv2/core/lv2core.ttl | 2 +- lv2/core/manifest.ttl | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'lv2/core') diff --git a/lv2/core/lv2core.meta.ttl b/lv2/core/lv2core.meta.ttl index 465917d..7dac5c1 100644 --- a/lv2/core/lv2core.meta.ttl +++ b/lv2/core/lv2core.meta.ttl @@ -256,7 +256,7 @@ necessarily constant). ### Threading Rules -To faciliate use in multi-threaded programs, LV2 functions are partitioned into +To facilitate use in multi-threaded programs, LV2 functions are partitioned into several threading classes: | Discovery Class | Instantiation Class | Audio Class | @@ -271,7 +271,7 @@ Hosts MUST guarantee that: * A function in any class is never called concurrently with another function in that class. - * A _Discovery_ function is never called concurrently with any other fuction + * A _Discovery_ function is never called concurrently with any other function in the same shared object file. * An _Instantiation_ function for an instance is never called concurrently @@ -337,7 +337,7 @@ lv2:PluginBase An abstract plugin-like resource that may not actually be an LV2 plugin, for example that may not have a lv2:binary. This is useful for describing things -that share common structure with a plugin, but are not themselves an actul +that share common structure with a plugin, but are not themselves an actual plugin, such as presets. """^^lv2:Markdown . diff --git a/lv2/core/lv2core.ttl b/lv2/core/lv2core.ttl index 8754169..bd9fc93 100644 --- a/lv2/core/lv2core.ttl +++ b/lv2/core/lv2core.ttl @@ -657,7 +657,7 @@ lv2:FunctionPlugin owl:Class ; rdfs:subClassOf lv2:UtilityPlugin ; rdfs:label "Function Plugin" ; - rdfs:comment "A plugin whose output is a mathmatical function of its input." . + rdfs:comment "A plugin whose output is a mathematical function of its input." . lv2:ConstantPlugin a rdfs:Class , diff --git a/lv2/core/manifest.ttl b/lv2/core/manifest.ttl index 7f1512b..179076d 100644 --- a/lv2/core/manifest.ttl +++ b/lv2/core/manifest.ttl @@ -5,7 +5,7 @@ a lv2:Specification ; lv2:minorVersion 18 ; - lv2:microVersion 0 ; + lv2:microVersion 1 ; rdfs:seeAlso . -- cgit v1.2.1