summaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_formget.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libcurl/curl_formget.3')
-rw-r--r--docs/libcurl/curl_formget.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_formget.3 b/docs/libcurl/curl_formget.3
index e6da3411f..7e5adc824 100644
--- a/docs/libcurl/curl_formget.3
+++ b/docs/libcurl/curl_formget.3
@@ -42,7 +42,7 @@ chain. The character buffer passed to the callback must not be freed. The
callback should return the buffer length passed to it on success.
If the \fBCURLFORM_STREAM\fP option is used in the formpost, it will prevent
-\fIcurl_formget(3)\fP from working until you've performed the actual HTTP
+\fIcurl_formget(3)\fP from working until you have performed the actual HTTP
request as only then will libcurl get the actual read callback to use!
.SH EXAMPLE
.nf