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/atom/atom.meta.ttl | 2 +- lv2/atom/manifest.ttl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lv2/atom') diff --git a/lv2/atom/atom.meta.ttl b/lv2/atom/atom.meta.ttl index 9d714d8..cc09060 100644 --- a/lv2/atom/atom.meta.ttl +++ b/lv2/atom/atom.meta.ttl @@ -258,7 +258,7 @@ may assume any binary Path (e.g. in an event payload) is a valid file path which can passed to system functions like fopen() directly, without any character encoding or escape expansion required. -Any implemenation that creates a Path atom to transmit to another is +Any implementation that creates a Path atom to transmit to another is responsible for ensuring it is valid. A Path SHOULD always be absolute, unless there is some mechanism in place that defines a base path. Since this is not the case for plugin instances, effectively any Path sent to or received from a diff --git a/lv2/atom/manifest.ttl b/lv2/atom/manifest.ttl index 46d6de5..9cf13aa 100644 --- a/lv2/atom/manifest.ttl +++ b/lv2/atom/manifest.ttl @@ -4,6 +4,6 @@ a lv2:Specification ; lv2:minorVersion 2 ; - lv2:microVersion 2 ; + lv2:microVersion 3 ; rdfs:seeAlso . -- cgit v1.2.1