diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-02-02 21:20:59 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-02-02 21:20:59 +0000 |
commit | f0332c0b581f4a7af27d54ac1f837beb59a87fdf (patch) | |
tree | 9cec1b2343c5236755cd412b38df0da6bdf07627 /lib | |
parent | bdd4294e79eea15cb6f312f7ee7d388ad40a65e3 (diff) |
minor comment fix
Diffstat (limited to 'lib')
-rw-r--r-- | lib/multi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/multi.c b/lib/multi.c index d5ddc0873..15339a3d6 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. |