diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-01-19 19:09:39 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-01-19 19:09:39 +0000 |
commit | 6f868265160807aedeb9c790fde156d872ea7896 (patch) | |
tree | db053dace79cf5f86f5dcb0e473cd78347abffe5 | |
parent | 0e6ed13454c1e21c3152c15385c920d7be65026e (diff) |
fix typo in comment that made it confusing
-rw-r--r-- | lib/ftp.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, 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. */ |