From db715453bc12ac1d91183d3bc3642e4055c9aa26 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Wed, 17 Feb 2021 23:32:12 +0000 Subject: Fix typos in docstrings --- lv2/core/lv2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lv2/core') diff --git a/lv2/core/lv2.h b/lv2/core/lv2.h index 783fe86..84c40a5 100644 --- a/lv2/core/lv2.h +++ b/lv2/core/lv2.h @@ -338,7 +338,7 @@ typedef struct LV2_Descriptor { void (*cleanup)(LV2_Handle instance); /** - Return additional plugin data defined by some extenion. + Return additional plugin data defined by some extension. A typical use of this facility is to return a struct containing function pointers to extend the LV2_Descriptor API. -- cgit v1.2.1