diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-01-04 14:03:40 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-01-04 14:03:40 +0000 |
commit | 8cd604e18adc1dbe22303d5c57dae374d7e8cd2b (patch) | |
tree | 32a22371388e8ee4699a5518d160320b83edd730 /util | |
parent | a4f221498c20bd9bd6178fddc1ba481ff3fd6cb3 (diff) |
gobject: Fix my typo s/TEST/TEXT/ in the previous commit
Again reported by Kouhei Sutou, who I am grateful for his deligence.
Diffstat (limited to 'util')
-rw-r--r-- | util/cairo-gobject/cairo-gobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cairo-gobject/cairo-gobject.h b/util/cairo-gobject/cairo-gobject.h index ab7f00e3..e82cbc0d 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); |