From ca7d1de69c73a6c19a1a5b7ee33a0b12c5e06d6a Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 13 Mar 2014 04:48:38 +0100 Subject: docs: fixed a bunch of typos --- docs/INTERNALS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/INTERNALS') diff --git a/docs/INTERNALS b/docs/INTERNALS index a4afe0687..8c6feae54 100644 --- a/docs/INTERNALS +++ b/docs/INTERNALS @@ -300,7 +300,7 @@ Persistent Connections o When libcurl is told to perform a transfer, it first checks for an already existing connection in the cache that we can use. Otherwise it creates a new one and adds that the cache. If the cache is full already when a new - conncetion is added added, it will first close the oldest unused one. + connection is added added, it will first close the oldest unused one. o When the transfer operation is complete, the connection is left open. Particular options may tell libcurl not to, and protocols may signal closure on connections and then they won't be kept open of course. -- cgit v1.2.3