[perl-Glib-Object-Introspection] GObjectIntrospection.xs: fix spelling of two internal functions



commit 1c71826cc962fd6c8735d5db6b109617de1b51e9
Author: Brian Manning <bmanning src gnome org>
Date:   Sat Jan 18 20:53:29 2014 -0800

    GObjectIntrospection.xs: fix spelling of two internal functions

 GObjectIntrospection.xs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/GObjectIntrospection.xs b/GObjectIntrospection.xs
index 4ba39da..1a59acb 100644
--- a/GObjectIntrospection.xs
+++ b/GObjectIntrospection.xs
@@ -173,8 +173,8 @@ static GIFieldInfo * get_field_info (GIBaseInfo *info,
 static GISignalInfo * get_signal_info (GIBaseInfo *container_info,
                                        const gchar *signal_name);
 
-static gchar * sythesize_gtype_name (GIBaseInfo *info);
-static gchar * sythesize_prefixed_gtype_name (GIBaseInfo *info);
+static gchar * synthesize_gtype_name (GIBaseInfo *info);
+static gchar * synthesize_prefixed_gtype_name (GIBaseInfo *info);
 static GType get_gtype (GIRegisteredTypeInfo *info);
 
 static const gchar * get_package_for_basename (const gchar *basename);


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