From 22fc24fe567029303c32799b5c7590e6dbb75fd8 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 28 Jul 2007 14:28:38 +0000 Subject: cosmetics: misc typo fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23893 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream_ftp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'stream/stream_ftp.c') diff --git a/stream/stream_ftp.c b/stream/stream_ftp.c index 3f1830ac35..1f5b038c3d 100644 --- a/stream/stream_ftp.c +++ b/stream/stream_ftp.c @@ -302,10 +302,10 @@ static int seek(stream_t *s,off_t newpos) { return 0; } - // Check to see if the server doesn't alredy terminated the transfert + // Check to see if the server did not already terminate the transfer if(fd_can_read(p->handle, 0)) { if(readresp(p,rsp_txt) != 2) - mp_msg(MSGT_OPEN,MSGL_WARN, "[ftp] Warning the server didn't finished the transfert correctly: %s\n",rsp_txt); + mp_msg(MSGT_OPEN,MSGL_WARN, "[ftp] Warning the server didn't finished the transfer correctly: %s\n",rsp_txt); closesocket(s->fd); s->fd = -1; } @@ -423,7 +423,7 @@ static int open_f(stream_t *stream,int mode, void* opts, int* file_format) { return STREAM_ERROR; } - // Set the transfert type + // Set the transfer type resp = FtpSendCmd("TYPE I",p,rsp_txt); if(resp != 2) { mp_msg(MSGT_OPEN,MSGL_WARN, "[ftp] command 'TYPE I' failed: %s\n",rsp_txt); -- cgit v1.2.3