summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-04-23 07:09:15 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-04-23 07:09:15 +0000
commite83550f51186e264c10de5770f8e4241584caeed (patch)
tree1b0d4ec87bc7b45ed6a50eb2ca31d56b72a546c8
parentfde31f0988bebc963260294e4d048cdd0c5aeb99 (diff)
downloadgnurl-e83550f51186e264c10de5770f8e4241584caeed.tar.gz
gnurl-e83550f51186e264c10de5770f8e4241584caeed.tar.bz2
gnurl-e83550f51186e264c10de5770f8e4241584caeed.zip
persistent is spelled with an 'e', not an 'a'
-rw-r--r--docs/INTERNALS6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/INTERNALS b/docs/INTERNALS
index 37a388614..e0553409c 100644
--- a/docs/INTERNALS
+++ b/docs/INTERNALS
@@ -201,10 +201,10 @@ Library
exists in lib/getpass.c. libcurl offers a custom callback that can be used
instead of this, but it doesn't change much to us.
-Persistant Connections
+Persistent Connections
======================
- With curl 7.7, we added persistant connection support to libcurl which has
+ With curl 7.7, we added persistent connection support to libcurl which has
introduced a somewhat different treatmeant of things inside of libcurl.
o The 'UrlData' struct returned in the curl_easy_init() call must never
@@ -227,7 +227,7 @@ Persistant Connections
o When curl_easy_cleanup() is called, we close all still opened connections.
You do realize that the curl handle must be re-used in order for the
- persistant connections to work.
+ persistent connections to work.
Library Symbols
===============