summaryrefslogtreecommitdiff
path: root/docs/examples/multi-legacy.c
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/multi-legacy.c')
-rw-r--r--docs/examples/multi-legacy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/multi-legacy.c b/docs/examples/multi-legacy.c
index ca1a9b93f..85ec55d0f 100644
--- a/docs/examples/multi-legacy.c
+++ b/docs/examples/multi-legacy.c
@@ -58,7 +58,7 @@ int main(void)
for(i = 0; i<HANDLECOUNT; i++)
handles[i] = curl_easy_init();
- /* set the options (I left out a few, you'll get the point anyway) */
+ /* set the options (I left out a few, you will get the point anyway) */
curl_easy_setopt(handles[HTTP_HANDLE], CURLOPT_URL, "https://example.com");
curl_easy_setopt(handles[FTP_HANDLE], CURLOPT_URL, "ftp://example.com");