aboutsummaryrefslogtreecommitdiff
path: root/lib/ftp.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-01-19 19:09:39 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-01-19 19:09:39 +0000
commit6f868265160807aedeb9c790fde156d872ea7896 (patch)
treedb053dace79cf5f86f5dcb0e473cd78347abffe5 /lib/ftp.c
parent0e6ed13454c1e21c3152c15385c920d7be65026e (diff)
fix typo in comment that made it confusing
Diffstat (limited to 'lib/ftp.c')
-rw-r--r--lib/ftp.c4
1 files 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, <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.
*/