[PATCH] Fix a typo in cairo-gobject.h

Kouhei Sutou <[email protected]>
Newsgroups gmane.comp.lib.cairo
Message-ID <[email protected]>
Hi,

I found a typo in cairo-gobject.h.
"I" is missing in "HINT":

-#define CAIRO_GOBJECT_TYPE_HNT_METRICS cairo_gobject_hint_metrics_get_type ()
+#define CAIRO_GOBJECT_TYPE_HINT_METRICS cairo_gobject_hint_metrics_get_type ()


Thanks,
--
kou

-- 
cairo mailing list
[email protected]
http://lists.cairographics.org/mailman/listinfo/cairo
0001-gobject-fix-a-typo.patch (text/x-patch, 935 B)
From 99ea5c3196eab7ddb72301607cd09f81d50e3ba4 Mon Sep 17 00:00:00 2001
From: Kouhei Sutou <[email protected]>
Date: Thu, 3 Jan 2013 20:13:52 +0900
Subject: [PATCH] gobject: fix a typo

CAIRO_GOBJECT_TYPE_HNT_METRICS ->
CAIRO_GOBJECT_TYPE_HINT_METRICS

"I" is 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 f43a6d0..dd91310 100644
--- a/util/cairo-gobject/cairo-gobject.h
+++ b/util/cairo-gobject/cairo-gobject.h
@@ -137,7 +137,7 @@ cairo_gobject_subpixel_order_get_type (void);
 cairo_public GType
 cairo_gobject_hint_style_get_type (void);
 
-#define CAIRO_GOBJECT_TYPE_HNT_METRICS cairo_gobject_hint_metrics_get_type ()
+#define CAIRO_GOBJECT_TYPE_HINT_METRICS cairo_gobject_hint_metrics_get_type ()
 cairo_public GType
 cairo_gobject_hint_metrics_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.