Fix doxygen typo

This commit is contained in:
Dave Davenport 2017-01-08 16:34:50 +01:00
parent 8543ac8438
commit c7e860bb55
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ gboolean rofi_theme_parse_file ( const char *file );
*
* @returns returns TRUE when error.
*/
gboolean rofi_theme_parse_string ( const char *file );
gboolean rofi_theme_parse_string ( const char *string );
/**
* @param widget The widget handle.