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

Kouhei Sutou kou at cozmixng.org
Thu Jan 3 23:28:35 PST 2013


Hi,

In <84c8a8$76cimd at orsmga001.jf.intel.com>
  "Re: [cairo] [PATCH] Fix a typo in cairo-gobject.h" on Thu, 03 Jan 2013 12:42:25 +0000,
  Chris Wilson <chris at chris-wilson.co.uk> wrote:

> On Thu, 03 Jan 2013 20:15:31 +0900 (JST), Kouhei Sutou <kou at cozmixng.org> wrote:
>> 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 ()
> 
> Hmm, as we already expose that #define in a stable release, we need to
> keep it indefinitely. So I slightly amended your patch to add the
> corrected spelling in addition, just in case someone is already using the
> old version.

Thanks for merging it.

Could you also confirm my another fix typos patch?
  http://lists.cairographics.org/archives/cairo/2013-January/023879.html

I think that the another patch doesn't need to keep the old
name because the old name didn't work. The old name refers
nonexistent function. So users who use the old name can't
run their programs.


Thanks,
--
kou


More information about the cairo mailing list