aboutsummaryrefslogtreecommitdiffstats
path: root/schemas.lv2
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 /schemas.lv2
parent7ab1f698e8c883b23e6df6a404e7f1c33363ff2d (diff)
downloadlv2-bd70bc95db7b9aea77d04ffba0693a485d4af8c6.tar.xz
Fix incorrect spelling and test for regression with codespell
Diffstat (limited to 'schemas.lv2')
-rw-r--r--schemas.lv2/foaf.ttl2
-rw-r--r--schemas.lv2/rdfs.ttl2
2 files changed, 2 insertions, 2 deletions
diff --git a/schemas.lv2/foaf.ttl b/schemas.lv2/foaf.ttl
index 1ae75aa..83a1e7e 100644
--- a/schemas.lv2/foaf.ttl
+++ b/schemas.lv2/foaf.ttl
@@ -38,7 +38,7 @@ foaf:Image
foaf:LabelProperty
a rdfs:Class, owl:Class ;
- rdfs:comment "A foaf:LabelProperty is any RDF property with texual values that serve as labels." ;
+ rdfs:comment "A foaf:LabelProperty is any RDF property with textual values that serve as labels." ;
rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ;
rdfs:label "Label Property" .
diff --git a/schemas.lv2/rdfs.ttl b/schemas.lv2/rdfs.ttl
index 078d7c8..5f4dcf9 100644
--- a/schemas.lv2/rdfs.ttl
+++ b/schemas.lv2/rdfs.ttl
@@ -67,7 +67,7 @@ rdfs:domain
rdfs:isDefinedBy
a rdf:Property ;
- rdfs:comment "The defininition of the subject resource." ;
+ rdfs:comment "The definition of the subject resource." ;
rdfs:domain rdfs:Resource ;
rdfs:isDefinedBy <http://www.w3.org/2000/01/rdf-schema#> ;
rdfs:label "is defined by" ;