summaryrefslogtreecommitdiff
path: root/gobject/gclosure.h
diff options
context:
space:
mode:
Diffstat (limited to 'gobject/gclosure.h')
-rw-r--r--gobject/gclosure.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/gclosure.h b/gobject/gclosure.h
index 6dd67c6c4..ecb5e3f2a 100644
--- a/gobject/gclosure.h
+++ b/gobject/gclosure.h
@@ -66,7 +66,7 @@ struct _GClosure
/*< private >*/ guint in_inotify : 1;
/*< private >*/ guint floating : 1;
/*< protected >*/ guint derivative_flag : 1;
- /*< puplic >*/ guint in_marshal : 1;
+ /*< public >*/ guint in_marshal : 1;
/*< public >*/ guint is_invalid : 1;
/*< private >*/ void (*marshal) (GClosure *closure,