summaryrefslogtreecommitdiffstats
path: root/gobject/pygflags.c
diff options
context:
space:
mode:
Diffstat (limited to 'gobject/pygflags.c')
-rw-r--r--gobject/pygflags.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/pygflags.c b/gobject/pygflags.c
index 9a07ffb..24d44be 100644
--- a/gobject/pygflags.c
+++ b/gobject/pygflags.c
@@ -83,7 +83,7 @@ pyg_flags_repr(PyGFlags *self)
tmp = generate_repr(self->gtype,
self->parent.ob_ival);
- retval = g_strdup_printf("<flag %s of type %s>", tmp,
+ retval = g_strdup_printf("<flags %s of type %s>", tmp,
g_type_name(self->gtype));
g_free(tmp);