aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib539.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib539.c')
-rw-r--r--tests/libtest/lib539.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/libtest/lib539.c b/tests/libtest/lib539.c
index 9f0f8fabf..ec4ea530e 100644
--- a/tests/libtest/lib539.c
+++ b/tests/libtest/lib539.c
@@ -42,7 +42,7 @@ int test(char *URL)
}
/*
- * Begin with cURL set to use a single CWD to the URL's directory.
+ * Begin with curl set to use a single CWD to the URL's directory.
*/
test_setopt(curl, CURLOPT_URL, URL);
test_setopt(curl, CURLOPT_VERBOSE, 1L);
@@ -53,7 +53,7 @@ int test(char *URL)
/*
* Change the FTP_FILEMETHOD option to use full paths rather than a CWD
* command. Alter the URL's path a bit, appending a "./". Use an innocuous
- * QUOTE command, after which cURL will CWD to ftp_conn->entrypath and then
+ * QUOTE command, after which curl will CWD to ftp_conn->entrypath and then
* (on the next call to ftp_statemach_act) find a non-zero ftpconn->dirdepth
* even though no directories are stored in the ftpconn->dirs array (after a
* call to freedirs).