[cairo-commit] util/cairo-gobject

Chris Wilson ickle at kemper.freedesktop.org
Fri Jan 4 06:05:23 PST 2013


 util/cairo-gobject/cairo-gobject.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8cd604e18adc1dbe22303d5c57dae374d7e8cd2b
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Fri Jan 4 14:03:40 2013 +0000

    gobject: Fix my typo s/TEST/TEXT/ in the previous commit
    
    Again reported by Kouhei Sutou, who I am grateful for his deligence.

diff --git a/util/cairo-gobject/cairo-gobject.h b/util/cairo-gobject/cairo-gobject.h
index ab7f00e..e82cbc0 100644
--- a/util/cairo-gobject/cairo-gobject.h
+++ b/util/cairo-gobject/cairo-gobject.h
@@ -117,7 +117,7 @@ cairo_gobject_line_cap_get_type (void);
 cairo_public GType
 cairo_gobject_line_join_get_type (void);
 
-#define CAIRO_GOBJECT_TYPE_TEST_CLUSTER_FLAGS cairo_gobject_text_cluster_flags_get_type ()
+#define CAIRO_GOBJECT_TYPE_TEXT_CLUSTER_FLAGS cairo_gobject_text_cluster_flags_get_type ()
 cairo_public GType
 cairo_gobject_text_cluster_flags_get_type (void);
 


More information about the cairo-commit mailing list