diff -r 1c533c2efd06 -r c5ca106a9c74 libpurple/theme-loader.c --- 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);