aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/core
diff options
context:
space:
mode:
authorReuben Thomas <reuben.thomas@me.com>2021-02-17 23:32:12 +0000
committerDavid Robillard <d@drobilla.net>2021-02-22 11:53:44 -0500
commitdb715453bc12ac1d91183d3bc3642e4055c9aa26 (patch)
tree968627f7be167725eaa44fc51b65854c67890324 /lv2/core
parentba34a58b32839491335b5bcbda46e11c4b209cbc (diff)
downloadlv2-db715453bc12ac1d91183d3bc3642e4055c9aa26.tar.xz
Fix typos in docstrings
Diffstat (limited to 'lv2/core')
-rw-r--r--lv2/core/lv2.h2
1 files changed, 1 insertions, 1 deletions
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.