diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2012-07-20 21:02:58 +0200 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2012-07-20 21:02:58 +0200 |
commit | cb787b70bf5fa16bc1f83405c16d6c092e6daf46 (patch) | |
tree | 608f11773126a15abef376b5991a75b67dea0265 /docs/INTERNALS | |
parent | 0f15ed1617b0798c0469103a8b431f5d5ce9b01c (diff) |
Fixed some typos in documentation
Diffstat (limited to 'docs/INTERNALS')
-rw-r--r-- | docs/INTERNALS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INTERNALS b/docs/INTERNALS index d2bff0ce5..d06d62209 100644 --- a/docs/INTERNALS +++ b/docs/INTERNALS @@ -220,7 +220,7 @@ Library done" loop. It loops if there's a Location: to follow. When completed, the curl_easy_cleanup() should be called to free up used - resources. It runs Curl_disconnect() on all open connectons. + resources. It runs Curl_disconnect() on all open connections. A quick roundup on internal function sequences (many of these call protocol-specific function-pointers): |