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/state | |
parent | 7ab1f698e8c883b23e6df6a404e7f1c33363ff2d (diff) | |
download | lv2-bd70bc95db7b9aea77d04ffba0693a485d4af8c6.tar.xz |
Fix incorrect spelling and test for regression with codespell
Diffstat (limited to 'lv2/state')
-rw-r--r-- | lv2/state/manifest.ttl | 2 | ||||
-rw-r--r-- | lv2/state/state.meta.ttl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lv2/state/manifest.ttl b/lv2/state/manifest.ttl index 02e7aa1..67beca1 100644 --- a/lv2/state/manifest.ttl +++ b/lv2/state/manifest.ttl @@ -4,6 +4,6 @@ <http://lv2plug.in/ns/ext/state> a lv2:Specification ; lv2:minorVersion 2 ; - lv2:microVersion 8 ; + lv2:microVersion 9 ; rdfs:seeAlso <state.ttl> . diff --git a/lv2/state/state.meta.ttl b/lv2/state/state.meta.ttl index 6f54641..271814c 100644 --- a/lv2/state/state.meta.ttl +++ b/lv2/state/state.meta.ttl @@ -459,7 +459,7 @@ This is a one-way notification, intended to be used as the type of an [Object](atom.html#Object) sent from plugins when necessary. Plugins SHOULD emit such an event whenever a change has occurred that would -result in a different state being saved, but not when the host explicity makes +result in a different state being saved, but not when the host explicitly makes a change which it knows is likely to have that effect, such as changing a parameter. |