From 56f8a6dc21e4e256587751edde188e4add8c2d13 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 11 Jul 2024 20:03:21 -0400 Subject: Fix spelling in documentation --- lv2/core.lv2/lv2core.ttl | 2 +- plugins/eg-scope.lv2/uris.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lv2/core.lv2/lv2core.ttl b/lv2/core.lv2/lv2core.ttl index 669ca2a..e86f1be 100644 --- a/lv2/core.lv2/lv2core.ttl +++ b/lv2/core.lv2/lv2core.ttl @@ -17,7 +17,7 @@ lv2:Specification owl:Class ; rdfs:subClassOf doap:Project ; rdfs:label "Specification" ; - rdfs:comment "An LV2 specifiation." . + rdfs:comment "An LV2 specification." . lv2:Markdown a rdfs:Datatype ; diff --git a/plugins/eg-scope.lv2/uris.h b/plugins/eg-scope.lv2/uris.h index e2becae..86778ce 100644 --- a/plugins/eg-scope.lv2/uris.h +++ b/plugins/eg-scope.lv2/uris.h @@ -18,7 +18,7 @@ typedef struct { LV2_URID atom_eventTransfer; LV2_URID param_sampleRate; - /* URIs defined for this plugin. It is best to re-use existing URIs as + /* URIs defined for this plugin. It is best to reuse existing URIs as much as possible, but plugins may need more vocabulary specific to their needs. These are used as types and properties for plugin:UI communication, as well as for saving state. */ -- cgit v1.2.1