[PATCH] Fix typos in cairo-gobject.h

Kouhei Sutou <[email protected]>
Newsgroups gmane.comp.lib.cairo
Message-ID <[email protected]>
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,
--
kou

-- 
cairo mailing list
[email protected]
http://lists.cairographics.org/mailman/listinfo/cairo
0002-gobject-fix-typos.patch (text/x-patch, 1 KB)
From 2c779cd7cffeb6a6e86b6b6fe5b1f5e77ebfc744 Mon Sep 17 00:00:00 2001
From: Kouhei Sutou <[email protected]>
Date: Thu, 3 Jan 2013 20:22:35 +0900
Subject: [PATCH 2/2] gobject: fix typos

CAIRO_GOBJECT_TYPE_CLUSTER_FLAGS ->
CAIRO_GOBJECT_TYPE_TEXT_CLUSTER_FLAGS

cairo_gobject_cluster_flags_get_type ->
cairo_gobject_text_cluster_flags_get_type

"TEXT_" and "text_" are missing.
---
 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 dd91310..f183366 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_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);
 
-- 
1.7.10.4
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.