aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_easy_init.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/curl_easy_init.3
parent0d6d9af7abae18000dd8d974708d1881a9b1bd06 (diff)
Tor Arntsen's major ispell patch
Diffstat (limited to 'docs/libcurl/curl_easy_init.3')
-rw-r--r--docs/libcurl/curl_easy_init.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_init.3 b/docs/libcurl/curl_easy_init.3
index 890a8a85a..13f25cd11 100644
--- a/docs/libcurl/curl_easy_init.3
+++ b/docs/libcurl/curl_easy_init.3
@@ -13,7 +13,7 @@ curl_easy_init - Start a libcurl easy session
.SH DESCRIPTION
This function must be the first function to call, and it returns a CURL easy
handle that you must use as input to other easy-functions. curl_easy_init
-intializes curl and this call \fBMUST\fP have a corresponding call to
+initializes curl and this call \fBMUST\fP have a corresponding call to
\fIcurl_easy_cleanup(3)\fP when the operation is complete.
.SH RETURN VALUE