diff options
author | Daniel Gustafsson <daniel@yesql.se> | 2021-02-28 21:13:26 +0100 |
---|---|---|
committer | Daniel Gustafsson <daniel@yesql.se> | 2021-02-28 21:13:26 +0100 |
commit | 313faa1bcbd2bcc957e660d98360a82c15fe7c07 (patch) | |
tree | d8ced80bb8b155ba99914a2e9bf95573af1cc12a | |
parent | 5743d66b9110be800ffc8f0ef8991d070f56bad0 (diff) | |
download | curl-313faa1bcbd2bcc957e660d98360a82c15fe7c07.tar.gz |
url: fix typo in comment
Correct a small typo which snuck in with a304051620.
-rw-r--r-- | lib/url.c | 2 |
1 files changed, 1 insertions, 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) |