summaryrefslogtreecommitdiffstats
path: root/slv2/lv2-gtk2gui.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-07-01 06:43:16 +0000
committerDavid Robillard <d@drobilla.net>2007-07-01 06:43:16 +0000
commit34eff8deba278aebe01b50fec879ab5d3d2335dc (patch)
tree18aec4f1c6af9ee1e493422dff3d0c2dafcef909 /slv2/lv2-gtk2gui.h
parent560fcb0c2530da4ff2bdd4c622ef53f6743860a1 (diff)
downloadlilv-34eff8deba278aebe01b50fec879ab5d3d2335dc.tar.gz
lilv-34eff8deba278aebe01b50fec879ab5d3d2335dc.tar.bz2
lilv-34eff8deba278aebe01b50fec879ab5d3d2335dc.zip
Fix comment typo.
git-svn-id: http://svn.drobilla.net/lad/slv2@552 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/lv2-gtk2gui.h')
-rw-r--r--slv2/lv2-gtk2gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/slv2/lv2-gtk2gui.h b/slv2/lv2-gtk2gui.h
index 82e236b..ae05c16 100644
--- a/slv2/lv2-gtk2gui.h
+++ b/slv2/lv2-gtk2gui.h
@@ -107,7 +107,7 @@ typedef void* LV2UI_Controller;
/** This is the type of the host-provided function that changes the value
of a control rate float input port in a plugin instance. A function
- pointer of this type will be provided to the GUI bu the host in the
+ pointer of this type will be provided to the GUI by the host in the
instantiate() function. */
typedef void (*LV2UI_Set_Control_Function)(LV2UI_Controller controller,
uint32_t port,