mirror of
https://github.com/curl/curl.git
synced 2026-04-21 00:51:14 +03:00
url: fix typo in comment
Correct a small typo which snuck in with a304051620.
This commit is contained in:
parent
5743d66b91
commit
313faa1bcb
1 changed files with 1 additions and 1 deletions
|
|
@ -843,7 +843,7 @@ CURLcode Curl_disconnect(struct Curl_easy *data,
|
|||
dead_connection = TRUE;
|
||||
|
||||
/* temporarily attach the connection to this transfer handle for the
|
||||
disonnect and shutdown */
|
||||
disconnect and shutdown */
|
||||
Curl_attach_connnection(data, conn);
|
||||
|
||||
if(conn->handler->disconnect)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue