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/event/event.meta.ttl | 2 +- lv2/event/event.ttl | 2 +- lv2/event/manifest.ttl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'lv2/event') diff --git a/lv2/event/event.meta.ttl b/lv2/event/event.meta.ttl index ecc40c7..05476d8 100644 --- a/lv2/event/event.meta.ttl +++ b/lv2/event/event.meta.ttl @@ -156,7 +156,7 @@ ev:FrameStamp lv2:documentation """ The default time stamp unit for an LV2 event: the frames field represents audio -frames (in the sample rate passed to intantiate), and the subframes field is +frames (in the sample rate passed to instantiate), and the subframes field is 1/UINT32_MAX of a frame. """^^lv2:Markdown . diff --git a/lv2/event/event.ttl b/lv2/event/event.ttl index 3114fc5..119e606 100644 --- a/lv2/event/event.ttl +++ b/lv2/event/event.ttl @@ -65,7 +65,7 @@ ev:supportsTimeStamp lv2:InputPort ; rdfs:range rdfs:Class ; rdfs:label "supports time stamp type" ; - rdfs:comment "A time stamp type suported by this input port." . + rdfs:comment "A time stamp type supported by this input port." . ev:generatesTimeStamp a rdf:Property , diff --git a/lv2/event/manifest.ttl b/lv2/event/manifest.ttl index 0194d71..8581a6e 100644 --- a/lv2/event/manifest.ttl +++ b/lv2/event/manifest.ttl @@ -4,6 +4,6 @@ a lv2:Specification ; lv2:minorVersion 1 ; - lv2:microVersion 12 ; + lv2:microVersion 13 ; rdfs:seeAlso . -- cgit v1.2.1