[pangomm] Fix typo in tools/m4/convert_pango.m4



commit ea2bf2564dd17e1945928c68b3e08c84f7e5cb53
Author: Daniel Elstner <danielk openismus com>
Date:   Tue Aug 11 19:59:57 2009 +0200

    Fix typo in tools/m4/convert_pango.m4

 ChangeLog                 |    4 ++++
 tools/m4/convert_pango.m4 |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 9e4698b..c0ac9e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-08-11  Daniel Elstner  <danielk openismus com>
 
+	Fix typo in tools/m4/convert_pango.m4
+
+2009-08-11  Daniel Elstner  <danielk openismus com>
+
 	Regenerate pango/src/pango_methods.defs
 
 2009-08-11  Daniel Elstner  <danielk openismus com>
diff --git a/tools/m4/convert_pango.m4 b/tools/m4/convert_pango.m4
index c06692b..9b30df1 100644
--- a/tools/m4/convert_pango.m4
+++ b/tools/m4/convert_pango.m4
@@ -85,7 +85,7 @@ _CONVERSION(`const Pango::GlyphString&',`PangoGlyphString*',const_cast<PangoGlyp
 _CONVERSION(`const GlyphString&',`PangoGlyphString*',const_cast<PangoGlyphString*>($3.gobj()))
 
 _CONVERSION(`PangoGlyphItem*',`GlyphItem',`GlyphItem(($3))')
-_CONVERSION(`const GlyphItme&',`PangoGlyphItem*',const_cast<PangoGlyphItem*>($3.gobj()))
+_CONVERSION(`const GlyphItem&',`PangoGlyphItem*',const_cast<PangoGlyphItem*>($3.gobj()))
 
 _CONVERSION(`PangoFont*',`Glib::RefPtr<Font>',Glib::wrap($3))
 _CONVERSION(`PangoFont*',`Glib::RefPtr<Pango::Font>',Glib::wrap($3))



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]