# HG changeset patch # User Elliott Sales de Andrade # Date 1251760677 0 # Node ID a444fe876e5297f69f71ad807684a0f0cd00ff6e # Parent 40d8427d18137e0498b737279c76feb94904ba89 Fix some typos. diff -r 40d8427d1813 -r a444fe876e52 libpurple/theme-loader.c --- a/libpurple/theme-loader.c Mon Aug 31 20:12:25 2009 +0000 +++ b/libpurple/theme-loader.c Mon Aug 31 23:17:57 2009 +0000 @@ -118,7 +118,7 @@ /* TYPE STRING (read only) */ pspec = g_param_spec_string("type", "Type", - "The string represtenting the type of the theme", + "The string representing the type of the theme", NULL, G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY); g_object_class_install_property(obj_class, PROP_TYPE, pspec); diff -r 40d8427d1813 -r a444fe876e52 libpurple/theme-loader.h --- a/libpurple/theme-loader.h Mon Aug 31 20:12:25 2009 +0000 +++ b/libpurple/theme-loader.h Mon Aug 31 23:17:57 2009 +0000 @@ -71,11 +71,11 @@ GType purple_theme_loader_get_type(void); /** - * Returns the string represtenting the type of the theme loader + * Returns the string representing the type of the theme loader * * @param self The theme loader * - * @returns The string represting this type + * @returns The string representing this type */ const gchar *purple_theme_loader_get_type_string(PurpleThemeLoader *self); diff -r 40d8427d1813 -r a444fe876e52 libpurple/theme.c --- a/libpurple/theme.c Mon Aug 31 20:12:25 2009 +0000 +++ b/libpurple/theme.c Mon Aug 31 23:17:57 2009 +0000 @@ -190,7 +190,7 @@ /* TYPE STRING (read only) */ pspec = g_param_spec_string("type", "Type", - "The string represtenting the type of the theme", + "The string representing the type of the theme", NULL, G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY); g_object_class_install_property(obj_class, PROP_TYPE, pspec); diff -r 40d8427d1813 -r a444fe876e52 libpurple/theme.h --- a/libpurple/theme.h Mon Aug 31 20:12:25 2009 +0000 +++ b/libpurple/theme.h Mon Aug 31 23:17:57 2009 +0000 @@ -73,7 +73,7 @@ * * @param theme The purple theme. * - * @return The string representating the name of the theme. + * @return The string representing the name of the theme. */ const gchar *purple_theme_get_name(PurpleTheme *theme); @@ -124,7 +124,7 @@ * * @param theme The purple theme. * - * @return The string represtenting the type. + * @return The string representing the type. */ const gchar *purple_theme_get_type_string(PurpleTheme *theme); @@ -133,7 +133,7 @@ * * @param theme The purple theme. * - * @return The string represtenting the theme directory. + * @return The string representing the theme directory. */ const gchar *purple_theme_get_dir(PurpleTheme *theme);