diff options
author | Andrei Rybak <rybak.a.v@gmail.com> | 2021-06-28 12:15:34 +0200 |
---|---|---|
committer | Daniel Gustafsson <daniel@yesql.se> | 2021-06-28 12:41:56 +0200 |
commit | 278b46751ec0950a1732f1e8de3438f0bf570abf (patch) | |
tree | 53b7d3b0ee8bb27e119763616522b703127e26d2 /lib/url.c | |
parent | ca60a4398fc82e43e3b7caeff811db1ac5370dd0 (diff) | |
download | curl-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |