summaryrefslogtreecommitdiff
path: root/src/gtkutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkutil.h')
-rw-r--r--src/gtkutil.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gtkutil.h b/src/gtkutil.h
index 2dfb3a5ed6c..7cc2d21f9c4 100644
--- a/src/gtkutil.h
+++ b/src/gtkutil.h
@@ -98,7 +98,7 @@ extern GtkWidget *xg_create_widget (const char *type,
struct _widget_value *val,
GCallback select_cb,
GCallback deactivate_cb,
- GCallback hightlight_cb);
+ GCallback highlight_cb);
extern void xg_modify_menubar_widgets (GtkWidget *menubar,
FRAME_PTR f,
@@ -106,7 +106,7 @@ extern void xg_modify_menubar_widgets (GtkWidget *menubar,
int deep_p,
GCallback select_cb,
GCallback deactivate_cb,
- GCallback hightlight_cb);
+ GCallback highlight_cb);
extern int xg_update_frame_menubar (FRAME_PTR f);