From 6f868265160807aedeb9c790fde156d872ea7896 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 19 Jan 2009 19:09:39 +0000 Subject: fix typo in comment that made it confusing --- lib/ftp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ftp.c b/lib/ftp.c index 6824d18a5..53542ecbc 100644 --- a/lib/ftp.c +++ b/lib/ftp.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2008, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2009, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -814,7 +814,7 @@ static int ftp_getsock(struct connectdata *conn, /* This is called after the FTP_QUOTE state is passed. - ftp_state_cwd() sends the range of PWD commands to the server to change to + ftp_state_cwd() sends the range of CWD commands to the server to change to the correct directory. It may also need to send MKD commands to create missing ones, if that option is enabled. */ -- cgit v1.2.3