diff libpurple/theme-loader.c @ 28247:bc87a89e4401

merge of '9ce1a7ac92f523b7b5b9983746ae57ee1fac1a67' and 'ebf771e2c74addf4821a643a9c9179f4adc67c3b'
author Etan Reisner <pidgin@unreliablesource.net>
date Tue, 08 Sep 2009 02:23:49 +0000
parents a444fe876e52
children ac1ad1fa5ecf
line wrap: on
line diff
--- a/libpurple/theme-loader.c	Tue Aug 18 00:00:22 2009 +0000
+++ b/libpurple/theme-loader.c	Tue Sep 08 02:23:49 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);