summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon van der Linden <svdlinden@src.gnome.org>2009-08-02 13:30:04 +0200
committerSimon van der Linden <svdlinden@src.gnome.org>2009-08-02 13:30:04 +0200
commitffc15cd51639679c914868006a1e3462958bfd77 (patch)
tree911586852a284f581b10e1abe3f311b50f48c787
parent8f0ec9fe07fc39d269b15a6199da25e01162e4fe (diff)
downloadgobject-introspection-ffc15cd51639679c914868006a1e3462958bfd77.tar.gz
Fix a typo in test_flags_get_type
-rw-r--r--gir/everything.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gir/everything.c b/gir/everything.c
index a1c92e44..9153560e 100644
--- a/gir/everything.c
+++ b/gir/everything.c
@@ -1083,7 +1083,7 @@ test_flags_get_type (void)
static const GFlagsValue values[] = {
{ TEST_FLAG1, "TEST_FLAG1", "flag1" },
{ TEST_FLAG2, "TEST_FLAG2", "flag2" },
- { TEST_FLAG3, "TEST_FLAG3", "flag2" },
+ { TEST_FLAG3, "TEST_FLAG3", "flag3" },
{ 0, NULL, NULL }
};
etype = g_flags_register_static (g_intern_static_string ("TestFlags"), values);