summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2004-07-19 15:07:31 +0000
committerJohan Dahlin <johan@src.gnome.org>2004-07-19 15:07:31 +0000
commit7a068035003772b1c393c072377ebc8acfb875ae (patch)
tree173ef3a2896cbbbd30ff3a4c1155670c83a5882a
parentc2d430551d355245c74e8b30ca4796e772f42275 (diff)
downloadpygobject-7a068035003772b1c393c072377ebc8acfb875ae.tar.gz
s/flag/flags in tp_reprPYGTK_2_3_93
-rw-r--r--gobject/pygflags.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/pygflags.c b/gobject/pygflags.c
index 9a07ffb2..24d44bee 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);