aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/atom
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-05-09 15:40:09 -0400
committerDavid Robillard <d@drobilla.net>2022-05-09 15:40:09 -0400
commitbd70bc95db7b9aea77d04ffba0693a485d4af8c6 (patch)
tree79bd31cdbec873da4df56a4b7de5911d443b8162 /lv2/atom
parent7ab1f698e8c883b23e6df6a404e7f1c33363ff2d (diff)
downloadlv2-bd70bc95db7b9aea77d04ffba0693a485d4af8c6.tar.xz
Fix incorrect spelling and test for regression with codespell
Diffstat (limited to 'lv2/atom')
-rw-r--r--lv2/atom/atom.meta.ttl2
-rw-r--r--lv2/atom/manifest.ttl2
2 files changed, 2 insertions, 2 deletions
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 @@
<http://lv2plug.in/ns/ext/atom>
a lv2:Specification ;
lv2:minorVersion 2 ;
- lv2:microVersion 2 ;
+ lv2:microVersion 3 ;
rdfs:seeAlso <atom.ttl> .