From 135822dd47be1b8f11c751c019136b9c126d2180 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 22 Apr 2012 22:48:59 +0000 Subject: Fix typo in urid:unmap documentation. --- lv2/lv2plug.in/ns/ext/urid/manifest.ttl | 2 +- lv2/lv2plug.in/ns/ext/urid/urid.ttl | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) (limited to 'lv2') diff --git a/lv2/lv2plug.in/ns/ext/urid/manifest.ttl b/lv2/lv2plug.in/ns/ext/urid/manifest.ttl index 514a05c..2fbc13a 100644 --- a/lv2/lv2plug.in/ns/ext/urid/manifest.ttl +++ b/lv2/lv2plug.in/ns/ext/urid/manifest.ttl @@ -4,5 +4,5 @@ a lv2:Specification ; lv2:minorVersion 1 ; - lv2:microVersion 2 ; + lv2:microVersion 3 ; rdfs:seeAlso . diff --git a/lv2/lv2plug.in/ns/ext/urid/urid.ttl b/lv2/lv2plug.in/ns/ext/urid/urid.ttl index 7fbd43a..03bf4f5 100644 --- a/lv2/lv2plug.in/ns/ext/urid/urid.ttl +++ b/lv2/lv2plug.in/ns/ext/urid/urid.ttl @@ -13,6 +13,15 @@ doap:name "LV2 URID" ; doap:shortdesc "Features for mapping URIs to and from integers." ; doap:release [ + doap:revision "1.3" ; + doap:created "2012-04-22" ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Fix typo in urid:unmap documentation." + ] + ] + ] , [ doap:revision "1.2" ; doap:created "2012-04-17" ; doap:file-release ; @@ -66,6 +75,6 @@ urid:unmap lv2:documentation """

A feature which is used to unmap URIs previously mapped to integers by urid:map. To support this feature, the host must pass an LV2_Feature to -LV2_Descriptor::instantiate() with URI LV2_URID__unmapl and data pointed to +LV2_Descriptor::instantiate() with URI LV2_URID__unmap and data pointed to an instance of LV2_URID_Unmap.

""" . -- cgit v1.2.1