Mercurial > pidgin
diff libpurple/theme-loader.h @ 28163:a444fe876e52
Fix some typos.
| author | Elliott Sales de Andrade <qulogic@pidgin.im> |
|---|---|
| date | Mon, 31 Aug 2009 23:17:57 +0000 |
| parents | b1c8ffbd48f9 |
| children | 4d92a431d0a1 |
line wrap: on
line diff
--- a/libpurple/theme-loader.h Mon Aug 31 20:12:25 2009 +0000 +++ b/libpurple/theme-loader.h Mon Aug 31 23:17:57 2009 +0000 @@ -71,11 +71,11 @@ GType purple_theme_loader_get_type(void); /** - * Returns the string represtenting the type of the theme loader + * Returns the string representing the type of the theme loader * * @param self The theme loader * - * @returns The string represting this type + * @returns The string representing this type */ const gchar *purple_theme_loader_get_type_string(PurpleThemeLoader *self);
