diff libpurple/theme.c @ 28163:a444fe876e52

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