From 34eff8deba278aebe01b50fec879ab5d3d2335dc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 1 Jul 2007 06:43:16 +0000 Subject: Fix comment typo. git-svn-id: http://svn.drobilla.net/lad/slv2@552 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/lv2-gtk2gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.1