From bd70bc95db7b9aea77d04ffba0693a485d4af8c6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 9 May 2022 15:40:09 -0400 Subject: Fix incorrect spelling and test for regression with codespell --- schemas.lv2/foaf.ttl | 2 +- schemas.lv2/rdfs.ttl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'schemas.lv2') 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 ; 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 ; rdfs:label "is defined by" ; -- cgit v1.2.1