From: Daniel Stenberg Date: Mon, 2 Feb 2009 21:20:59 +0000 (+0000) Subject: minor comment fix X-Git-Tag: upstream/7.37.1~6574 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f0332c0b581f4a7af27d54ac1f837beb59a87fdf;p=platform%2Fupstream%2Fcurl.git minor comment fix --- diff --git a/lib/multi.c b/lib/multi.c index d5ddc08..15339a3 100644 --- a/lib/multi.c +++ b/lib/multi.c @@ -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.