diff options
Diffstat (limited to 'slv2')
-rw-r--r-- | slv2/lv2-gtk2gui.h | 2 |
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, |