Re: [PATCH] Fix typos in cairo-gobject.h
Kouhei Sutou <[email protected]>
| Newsgroups | gmane.comp.lib.cairo |
|---|---|
| Message-ID | <[email protected]> |
Hi, In <[email protected]> "Re: [cairo] [PATCH] Fix typos in cairo-gobject.h" on Fri, 04 Jan 2013 12:20:10 +0000, Chris Wilson <[email protected]> wrote: > On Thu, 03 Jan 2013 20:24:51 +0900 (JST), Kouhei Sutou <[email protected]> wrote: >> Hi, >> >> I found more typos in cairo-gobject.h. >> "TEXT_" and "text_" are missing for cairo_text_cluster_flags_t. >> >> -#define CAIRO_GOBJECT_TYPE_CLUSTER_FLAGS cairo_gobject_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); > > Thanks, pushed. Thanks! But I found a typo in your commit... "TYPE" is correct. "TEST" is a typo... Thanks, -- kou -- cairo mailing list [email protected] http://lists.cairographics.org/mailman/listinfo/cairo
0001-gobject-Fix-a-typo-again.patch
(text/x-patch, 882 B)
From 44148575abb368a38413427b72ed7ec0444fca69 Mon Sep 17 00:00:00 2001 From: Kouhei Sutou <[email protected]> Date: Fri, 4 Jan 2013 22:59:18 +0900 Subject: [PATCH] gobject: Fix a typo again --- util/cairo-gobject/cairo-gobject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 1.7.10.4