Commit 2e488ae5 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix typo

parent 4a0c6d11
...@@ -284,7 +284,7 @@ int libvlc_video_get_spu( libvlc_media_player_t *p_mi ) ...@@ -284,7 +284,7 @@ int libvlc_video_get_spu( libvlc_media_player_t *p_mi )
if( i_ret < 0 ) if( i_ret < 0 )
{ {
vlc_object_release( p_input_thread ); vlc_object_release( p_input_thread );
libvlc_printerr( "Subtitle informations not found" ); libvlc_printerr( "Subtitle information not found" );
return -1; return -1;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment