url: fix typo in comment

Correct a small typo which snuck in with a304051620.
This commit is contained in:
Daniel Gustafsson 2021-02-28 21:13:26 +01:00
parent 5743d66b91
commit 313faa1bcb
1 changed files with 1 additions and 1 deletions

View File

@ -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)