summaryrefslogtreecommitdiff
path: root/lib/url.c
diff options
context:
space:
mode:
authorAndrei Rybak <rybak.a.v@gmail.com>2021-06-28 12:15:34 +0200
committerDaniel Gustafsson <daniel@yesql.se>2021-06-28 12:41:56 +0200
commit278b46751ec0950a1732f1e8de3438f0bf570abf (patch)
tree53b7d3b0ee8bb27e119763616522b703127e26d2 /lib/url.c
parentca60a4398fc82e43e3b7caeff811db1ac5370dd0 (diff)
downloadcurl-278b46751ec0950a1732f1e8de3438f0bf570abf.tar.gz
misc: fix typos in comments which repeat a word
Fix typos in code comments which repeat various words. In trivial cases, just delete the repeated word. Reword the affected sentence in "lib/url.c" for it to make sense. Closes #7303 Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Diffstat (limited to 'lib/url.c')
-rw-r--r--lib/url.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/url.c b/lib/url.c
index 28594e87b..764f1445a 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -3621,7 +3621,7 @@ static CURLcode create_conn(struct Curl_easy *data,
if(result)
goto out;
- /* Check for overridden login details and set them accordingly so they
+ /* Check for overridden login details and set them accordingly so that
they are known when protocol->setup_connection is called! */
result = override_login(data, conn);
if(result)