From 313faa1bcbd2bcc957e660d98360a82c15fe7c07 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Sun, 28 Feb 2021 21:13:26 +0100 Subject: [PATCH] url: fix typo in comment Correct a small typo which snuck in with a304051620. --- lib/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/url.c b/lib/url.c index e9f8957fd..69dc081ad 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)