aboutsummaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-09 02:43:41 +0000
committerDavid Robillard <d@drobilla.net>2011-11-09 02:43:41 +0000
commitf989c306d966f2933e1a57dd32dac87dcab4a625 (patch)
tree45f14cc8d07161b81fee635c5939748a4a7f94bf /ext
parentea8e4e2982328a1941bbe6bbdc96f954598a1174 (diff)
downloadlv2-f989c306d966f2933e1a57dd32dac87dcab4a625.tar.xz
Fix incorrect rdfs:Class URI.
Diffstat (limited to 'ext')
-rw-r--r--ext/files.lv2/files.ttl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/files.lv2/files.ttl b/ext/files.lv2/files.ttl
index 84bac64..bd1c99b 100644
--- a/ext/files.lv2/files.ttl
+++ b/ext/files.lv2/files.ttl
@@ -94,7 +94,7 @@ LV2_FILES_NEW_FILE_SUPPORT_URI and LV2_Feature::data pointed to an instance of
LV2_Files_New_File_Support.</p>
""" .
-files:AbstractPath a rdfs:class ;
+files:AbstractPath a rdfs:Class ;
rdfs:label "File Path" ;
lv2:documentation """
<p>An abstract path to a file in persistent plugin state.</p>