summaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_PUT.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_PUT.3')
-rw-r--r--docs/libcurl/opts/CURLOPT_PUT.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_PUT.3 b/docs/libcurl/opts/CURLOPT_PUT.3
index 68f18977a..73239cfe7 100644
--- a/docs/libcurl/opts/CURLOPT_PUT.3
+++ b/docs/libcurl/opts/CURLOPT_PUT.3
@@ -57,7 +57,7 @@ if(curl) {
/* Set the size of the file to upload */
curl_easy_setopt(curl, CURLOPT_INFILESIZE_LARGE, (curl_off_t)fsize);
- /* Now run off and do what you've been told! */
+ /* Now run off and do what you have been told! */
curl_easy_perform(curl);
}
.fi