Fixed a typo (cosmetic).

This commit is contained in:
Laurent Aimar 2009-07-06 23:31:47 +02:00
parent 88e839df43
commit e0882fbcce

View File

@ -283,7 +283,7 @@ enum es_format_category_e
VLC_EXPORT( void, video_format_FixRgb, ( video_format_t * ) );
/**
* This funtion will initialize a es_format_t structure.
* This function will initialize a es_format_t structure.
*/
VLC_EXPORT( void, es_format_Init, ( es_format_t *, int i_cat, vlc_fourcc_t i_codec ) );