]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
url: fix typo in comment
authorDaniel Gustafsson <daniel@yesql.se>
Sun, 28 Feb 2021 20:13:26 +0000 (21:13 +0100)
committerDaniel Gustafsson <daniel@yesql.se>
Sun, 28 Feb 2021 20:13:26 +0000 (21:13 +0100)
Correct a small typo which snuck in with a304051620.

lib/url.c

index e9f8957fd1db97df16b4ad0bf8503406d735e243..69dc081add45b5a57e67b9c49c8bfd465f9e77a2 100644 (file)
--- 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)