Mercurial > pidgin
diff libpurple/theme.h @ 28163:a444fe876e52
Fix some typos.
| author | Elliott Sales de Andrade <qulogic@pidgin.im> |
|---|---|
| date | Mon, 31 Aug 2009 23:17:57 +0000 |
| parents | 0c7b74fc558e |
| children | 4d92a431d0a1 |
line wrap: on
line diff
--- a/libpurple/theme.h Mon Aug 31 20:12:25 2009 +0000 +++ b/libpurple/theme.h Mon Aug 31 23:17:57 2009 +0000 @@ -73,7 +73,7 @@ * * @param theme The purple theme. * - * @return The string representating the name of the theme. + * @return The string representing the name of the theme. */ const gchar *purple_theme_get_name(PurpleTheme *theme); @@ -124,7 +124,7 @@ * * @param theme The purple theme. * - * @return The string represtenting the type. + * @return The string representing the type. */ const gchar *purple_theme_get_type_string(PurpleTheme *theme); @@ -133,7 +133,7 @@ * * @param theme The purple theme. * - * @return The string represtenting the theme directory. + * @return The string representing the theme directory. */ const gchar *purple_theme_get_dir(PurpleTheme *theme);
