aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/event
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/event')
-rw-r--r--lv2/event/event.meta.ttl2
-rw-r--r--lv2/event/event.ttl2
-rw-r--r--lv2/event/manifest.ttl2
3 files changed, 3 insertions, 3 deletions
diff --git a/lv2/event/event.meta.ttl b/lv2/event/event.meta.ttl
index ecc40c7..05476d8 100644
--- a/lv2/event/event.meta.ttl
+++ b/lv2/event/event.meta.ttl
@@ -156,7 +156,7 @@ ev:FrameStamp
lv2:documentation """
The default time stamp unit for an LV2 event: the frames field represents audio
-frames (in the sample rate passed to intantiate), and the subframes field is
+frames (in the sample rate passed to instantiate), and the subframes field is
1/UINT32_MAX of a frame.
"""^^lv2:Markdown .
diff --git a/lv2/event/event.ttl b/lv2/event/event.ttl
index 3114fc5..119e606 100644
--- a/lv2/event/event.ttl
+++ b/lv2/event/event.ttl
@@ -65,7 +65,7 @@ ev:supportsTimeStamp
lv2:InputPort ;
rdfs:range rdfs:Class ;
rdfs:label "supports time stamp type" ;
- rdfs:comment "A time stamp type suported by this input port." .
+ rdfs:comment "A time stamp type supported by this input port." .
ev:generatesTimeStamp
a rdf:Property ,
diff --git a/lv2/event/manifest.ttl b/lv2/event/manifest.ttl
index 0194d71..8581a6e 100644
--- a/lv2/event/manifest.ttl
+++ b/lv2/event/manifest.ttl
@@ -4,6 +4,6 @@
<http://lv2plug.in/ns/ext/event>
a lv2:Specification ;
lv2:minorVersion 1 ;
- lv2:microVersion 12 ;
+ lv2:microVersion 13 ;
rdfs:seeAlso <event.ttl> .