]> granicus.if.org Git - curl/commitdiff
minor comment fix
authorDaniel Stenberg <daniel@haxx.se>
Mon, 2 Feb 2009 21:20:59 +0000 (21:20 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 2 Feb 2009 21:20:59 +0000 (21:20 +0000)
lib/multi.c

index d5ddc08739eb578d4365706da0e382a291bfdf4d..15339a3d6a6f7b73986199d10af00c307f8c71b3 100644 (file)
@@ -646,7 +646,7 @@ CURLMcode curl_multi_remove_handle(CURLM *multi_handle,
     }
 
     /* If this easy_handle was the last one in charge for one or more
-       connections a the shared connection cache, we might need to keep this
+       connections in the shared connection cache, we might need to keep this
        handle around until either A) the connection is closed and killed
        properly, or B) another easy_handle uses the connection.