diff options
author | David Robillard <d@drobilla.net> | 2022-05-09 15:40:09 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-05-09 15:40:09 -0400 |
commit | bd70bc95db7b9aea77d04ffba0693a485d4af8c6 (patch) | |
tree | 79bd31cdbec873da4df56a4b7de5911d443b8162 /lv2/atom/atom.meta.ttl | |
parent | 7ab1f698e8c883b23e6df6a404e7f1c33363ff2d (diff) | |
download | lv2-bd70bc95db7b9aea77d04ffba0693a485d4af8c6.tar.xz |
Fix incorrect spelling and test for regression with codespell
Diffstat (limited to 'lv2/atom/atom.meta.ttl')
-rw-r--r-- | lv2/atom/atom.meta.ttl | 2 |
1 files changed, 1 insertions, 1 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 |