diff options
author | David Robillard <d@drobilla.net> | 2024-07-11 20:03:21 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-07-11 20:03:36 -0400 |
commit | 56f8a6dc21e4e256587751edde188e4add8c2d13 (patch) | |
tree | f19724ffee89ee5855df13327d8634fe278457e4 /lv2 | |
parent | 6b18f721d78ee6b0e65bea2a42b70b00ae1acab0 (diff) | |
download | lv2-56f8a6dc21e4e256587751edde188e4add8c2d13.tar.xz |
Fix spelling in documentation
Diffstat (limited to 'lv2')
-rw-r--r-- | lv2/core.lv2/lv2core.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/core.lv2/lv2core.ttl b/lv2/core.lv2/lv2core.ttl index 669ca2a..e86f1be 100644 --- a/lv2/core.lv2/lv2core.ttl +++ b/lv2/core.lv2/lv2core.ttl @@ -17,7 +17,7 @@ lv2:Specification owl:Class ; rdfs:subClassOf doap:Project ; rdfs:label "Specification" ; - rdfs:comment "An LV2 specifiation." . + rdfs:comment "An LV2 specification." . lv2:Markdown a rdfs:Datatype ; |