aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_multi_info_read.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_multi_info_read.3
parent0d6d9af7abae18000dd8d974708d1881a9b1bd06 (diff)
Tor Arntsen's major ispell patch
Diffstat (limited to 'docs/libcurl/curl_multi_info_read.3')
-rw-r--r--docs/libcurl/curl_multi_info_read.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_multi_info_read.3 b/docs/libcurl/curl_multi_info_read.3
index eb8363c0b..26b9e40b3 100644
--- a/docs/libcurl/curl_multi_info_read.3
+++ b/docs/libcurl/curl_multi_info_read.3
@@ -23,7 +23,7 @@ remaining messages after this function was called.
The data the returned pointer points to will not survive calling
\fIcurl_multi_cleanup(3)\fP.
-The 'CURLMsg' struct is very simple and only contain very basic informations.
+The 'CURLMsg' struct is very simple and only contain very basic information.
If more involved information is wanted, the particular "easy handle" in
present in that struct and can thus be used in subsequent regular
\fIcurl_easy_getinfo(3)\fP calls (or similar):