From 27302abb9467f21a481fcc6b8eca53d34e04373b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 7 Nov 2016 10:36:23 +0100 Subject: s/cURL/curl We're mostly saying just "curl" in lower case these days so here's a big cleanup to adapt to this reality. A few instances are left as the project could still formally be considered called cURL. --- tests/libtest/lib539.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/libtest/lib539.c') 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). -- cgit v1.2.3