summaryrefslogtreecommitdiff
path: root/lib/transfer.c
diff options
context:
space:
mode:
authorFabian Keil <fk@fabiankeil.de>2021-03-27 05:03:00 +0100
committerDaniel Stenberg <daniel@haxx.se>2022-06-05 12:15:23 +0200
commit9dbce9b3d0e7aeb2253d3e11f0ac2511dd13af9e (patch)
tree0c833ea2f14ad207323f64b2207543353b1d22c0 /lib/transfer.c
parent298c1dfc7b7ad2cfc21afaa83bb6d9d3c6a3be39 (diff)
downloadcurl-9dbce9b3d0e7aeb2253d3e11f0ac2511dd13af9e.tar.gz
misc: spelling improvements
Closes #8956
Diffstat (limited to 'lib/transfer.c')
-rw-r--r--lib/transfer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/transfer.c b/lib/transfer.c
index 01f764ac5..5367c0384 100644
--- a/lib/transfer.c
+++ b/lib/transfer.c
@@ -1570,7 +1570,7 @@ CURLcode Curl_follow(struct Curl_easy *data,
data->state.referer_alloc = FALSE;
}
- /* Make a copy of the URL without crenditals and fragment */
+ /* Make a copy of the URL without credentials and fragment */
u = curl_url();
if(!u)
return CURLE_OUT_OF_MEMORY;