diff libpurple/theme.c @ 28165:5e554e9296ac

merge of '193869c7b6c12d13ccb96d731ceb8fe5f3a82f2d' and 'ea05c841d86670f2d6d02024b5dd61d126f18b39'
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Tue, 01 Sep 2009 00:34:39 +0000
parents a444fe876e52
children f1437342cc0e
line wrap: on
line diff
--- a/libpurple/theme.c	Mon Aug 31 20:27:04 2009 +0000
+++ b/libpurple/theme.c	Tue Sep 01 00:34:39 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);