[vlc-commits] http access: fix english

Rafaël Carré git at videolan.org
Fri Jul 19 12:57:19 CEST 2013


vlc/vlc-2.1 | branch: master | Rafaël Carré <funman at videolan.org> | Wed Jul 17 07:07:59 2013 +0200| [119c359d1f6106ad5fe59304169bb29b9c9580de] | committer: Jean-Baptiste Kempf

http access: fix english

(cherry picked from commit ce58fbba7aa8a5b60459947b93797c2b27c46476)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=119c359d1f6106ad5fe59304169bb29b9c9580de
---

 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