diff libpurple/theme-loader.c @ 28163:a444fe876e52

Fix some typos.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 31 Aug 2009 23:17:57 +0000
parents 0c7b74fc558e
children ac1ad1fa5ecf
line wrap: on
line diff
--- 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);