[vlc-devel] [PATCH] Typos fix (/trunk/modules/access/ftp.c)
Ari Constancio
ari.constancio at gmail.com
Sat Mar 24 01:44:17 CET 2007
Hello,
More typos (/trunk/modules/access/ftp.c).
Index: ftp.c
===================================================================
--- ftp.c (revision 19410)
+++ ftp.c (working copy)
@@ -219,7 +219,7 @@
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 @@
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;
}
Regards,
Ari Constancio
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list