[vlc-commits] commit: Fix typo (Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Thu Aug 12 12:00:33 CEST 2010
vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Aug 12 11:58:39 2010 +0200| [2e488ae57aadfa507fbfd48088519a172f120440] | committer: Jean-Baptiste Kempf
Fix typo
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=2e488ae57aadfa507fbfd48088519a172f120440
---
src/control/video.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/control/video.c b/src/control/video.c
index 62cf5e4..13597bb 100644
--- a/src/control/video.c
+++ b/src/control/video.c
@@ -284,7 +284,7 @@ int libvlc_video_get_spu( libvlc_media_player_t *p_mi )
if( i_ret < 0 )
{
vlc_object_release( p_input_thread );
- libvlc_printerr( "Subtitle informations not found" );
+ libvlc_printerr( "Subtitle information not found" );
return -1;
}
More information about the vlc-commits
mailing list