From: Daniel Gustafsson Date: Sun, 28 Feb 2021 20:13:26 +0000 (+0100) Subject: url: fix typo in comment X-Git-Tag: curl-7_76_0~107 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=313faa1bcbd2bcc957e660d98360a82c15fe7c07;p=thirdparty%2Fcurl.git url: fix typo in comment Correct a small typo which snuck in with a304051620. --- diff --git a/lib/url.c b/lib/url.c index e9f8957fd1..69dc081add 100644 --- a/lib/url.c +++ b/lib/url.c @@ -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)