pidgin: 071e9998: Fix some typos.

qulogic at pidgin.im qulogic at pidgin.im
Mon Aug 31 20:36:10 EDT 2009


-----------------------------------------------------------------
Revision: 071e9998595645565668ceaf038b3db06dfadf8d
Ancestor: 31a31cc06b9ffe3852194028de753641dbfa0329
Author: qulogic at pidgin.im
Date: 2009-08-31T23:17:57
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/071e9998595645565668ceaf038b3db06dfadf8d

Modified files:
        libpurple/theme-loader.c libpurple/theme-loader.h
        libpurple/theme.c libpurple/theme.h

ChangeLog: 

Fix some typos.

-------------- next part --------------
============================================================
--- libpurple/theme-loader.c	8bb148b50c11bc509ca629d319883259c8402922
+++ libpurple/theme-loader.c	d4c5126ef0e7f2c4b5f0ebf4cbdcdc53ed87a461
@@ -118,7 +118,7 @@ purple_theme_loader_class_init(PurpleThe
 
 	/* 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);
============================================================
--- libpurple/theme-loader.h	5f9fbe816ddf22a87e477415130ce111e5c96427
+++ libpurple/theme-loader.h	bbb30ed76a7b4a55a568e6364ac48ecac3fc6c62
@@ -71,11 +71,11 @@ GType purple_theme_loader_get_type(void)
 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);
 
============================================================
--- libpurple/theme.c	bf1830cb275d3d2744e02cf8ebd325d57eb55cbd
+++ libpurple/theme.c	cec73a4adf7071e3215d0dca2f6ca5b002adbfa1
@@ -190,7 +190,7 @@ purple_theme_class_init(PurpleThemeClass
 
 	/* 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);
============================================================
--- libpurple/theme.h	64e33b8920e9513207113e358d833d27ebe41403
+++ libpurple/theme.h	5b185ced6cfecfcf6a5c7b59d346add4c85833a8
@@ -73,7 +73,7 @@ GType purple_theme_get_type(void);
  *
  * @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 @@ void purple_theme_set_author(PurpleTheme
  *
  * @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 @@ const gchar *purple_theme_get_type_strin
  *
  * @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);
 


More information about the Commits mailing list