From: Laurent Aimar Date: Sat, 24 Mar 2007 00:50:09 +0000 (+0000) Subject: Fixed typo (Patch by Ari Constancio) X-Git-Tag: 0.9.0-test0~8043 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=4b7a421338005392fa50d96aa870fe0f873fa9d0;p=vlc Fixed typo (Patch by Ari Constancio) --- diff --git a/modules/access/ftp.c b/modules/access/ftp.c index 8ea6528e20..665ec67b1f 100644 --- a/modules/access/ftp.c +++ b/modules/access/ftp.c @@ -219,7 +219,7 @@ static int Login( vlc_object_t *p_access, access_sys_t *p_sys ) msg_Err( p_access, "user rejected" ); intf_UserFatal( p_access, VLC_FALSE, _("Network interaction failed"), - _("Your connection attemp to the server was rejected.") ); + _("Your connection attempt to the server was rejected.") ); return -1; } @@ -754,7 +754,7 @@ static int ftp_StartStream( vlc_object_t *p_access, access_sys_t *p_sys, p_sys->url.psz_path ) < 0 || ftp_ReadCommand( p_access, p_sys, &i_answer, NULL ) > 2 ) { - msg_Err( p_access, "cannot retreive file" ); + msg_Err( p_access, "cannot retrieve file" ); return VLC_EGENERIC; }