From 24f11703b361015e23ce85d2b9c1d7fb7cc5178a Mon Sep 17 00:00:00 2001 From: BQ Date: Tue, 31 May 2016 14:24:37 +0100 Subject: [PATCH] Fix typo. --- ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui.h b/ui.h index 2585c547..c0c03158 100644 --- a/ui.h +++ b/ui.h @@ -150,7 +150,7 @@ typedef struct uiGroup uiGroup; #define uiGroup(this) ((uiGroup *) (this)) _UI_EXTERN char *uiGroupTitle(uiGroup *g); _UI_EXTERN void uiGroupSetTitle(uiGroup *g, const char *title); -_UI_EXTERN void uiGroSetChildup(uiGroup *g, uiControl *c); +_UI_EXTERN void uiGroupSetChild(uiGroup *g, uiControl *c); _UI_EXTERN int uiGroupMargined(uiGroup *g); _UI_EXTERN void uiGroupSetMargined(uiGroup *g, int margined); _UI_EXTERN uiGroup *uiNewGroup(const char *title);