diff options
Diffstat (limited to 'libpurple/theme.c')
-rw-r--r-- | libpurple/theme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpurple/theme.c b/libpurple/theme.c index 384a44a945..49f5c89fad 100644 --- a/libpurple/theme.c +++ b/libpurple/theme.c @@ -190,7 +190,7 @@ purple_theme_class_init(PurpleThemeClass *klass) /* 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); |