[vlc-commits] http access: fix english
Rafaël Carré
git at videolan.org
Wed Jul 17 07:08:56 CEST 2013
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Wed Jul 17 07:07:59 2013 +0200| [ce58fbba7aa8a5b60459947b93797c2b27c46476] | committer: Rafaël Carré
http access: fix english
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ce58fbba7aa8a5b60459947b93797c2b27c46476
---
modules/access/http.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/access/http.c b/modules/access/http.c
index 583cf4a..64336fc 100644
--- a/modules/access/http.c
+++ b/modules/access/http.c
@@ -935,7 +935,7 @@ static int Seek( access_t *p_access, uint64_t i_pos )
if( p_access->info.i_size
&& i_pos >= p_access->info.i_size ) {
- msg_Err( p_access, "seek to far" );
+ msg_Err( p_access, "seek too far" );
int retval = Seek( p_access, p_access->info.i_size - 1 );
if( retval == VLC_SUCCESS ) {
uint8_t p_buffer[2];
More information about the vlc-commits
mailing list