summaryrefslogtreecommitdiff
path: root/docs/libcurl/libcurl-easy.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-24 21:40:45 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-24 21:40:45 +0000
commit4b78b4124eee95c42f05e9c3df9ca798a0318db9 (patch)
tree4b16f53a39aa6d5bfde619c756004acf93000ad3 /docs/libcurl/libcurl-easy.3
parent0d6d9af7abae18000dd8d974708d1881a9b1bd06 (diff)
downloadcurl-4b78b4124eee95c42f05e9c3df9ca798a0318db9.tar.gz
Tor Arntsen's major ispell patch
Diffstat (limited to 'docs/libcurl/libcurl-easy.3')
-rw-r--r--docs/libcurl/libcurl-easy.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/libcurl-easy.3 b/docs/libcurl/libcurl-easy.3
index b5689c459..2fe4c82e5 100644
--- a/docs/libcurl/libcurl-easy.3
+++ b/docs/libcurl/libcurl-easy.3
@@ -23,7 +23,7 @@ return until it is done (successfully or not).
After the transfer has been made, you can set new options and make another
transfer, or if you're done, cleanup the session by calling
-\fIcurl_easy_cleanup(3)\fP. If you want persistant connections, you don't
+\fIcurl_easy_cleanup(3)\fP. If you want persistent connections, you don't
cleanup immediately, but instead run ahead and perform other transfers using
the same easy handle.