curl: correct grammar in generated libcurl code

Closes #7802
This commit is contained in:
Борис Верховский 2021-10-01 08:57:00 -06:00 committed by Daniel Stenberg
parent 3723ba62a5
commit 3aead057a1
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
11 changed files with 10 additions and 10 deletions

View File

@ -63,7 +63,7 @@ static const char *const srchead[]={
/* easysrc_code statements come here */
static const char *const srchard[]={
"/* Here is a list of options the curl code used that cannot get generated",
" as source easily. You may select to either not use them or implement",
" as source easily. You may choose to either not use them or implement",
" them yourself.",
"",
NULL

View File

@ -79,7 +79,7 @@ int main(int argc, char *argv[])
curl_easy_setopt(hnd, CURLOPT_TCP_KEEPALIVE, 1L);
/* Here is a list of options the curl code used that cannot get generated
as source easily. You may select to either not use them or implement
as source easily. You may choose to either not use them or implement
them yourself.
CURLOPT_WRITEDATA set to a objectpointer

View File

@ -96,7 +96,7 @@ int main(int argc, char *argv[])
(long)CURLPROTO_HTTP);
/* Here is a list of options the curl code used that cannot get generated
as source easily. You may select to either not use them or implement
as source easily. You may choose to either not use them or implement
them yourself.
CURLOPT_WRITEDATA set to a objectpointer

View File

@ -84,7 +84,7 @@ int main(int argc, char *argv[])
curl_easy_setopt(hnd, CURLOPT_TCP_KEEPALIVE, 1L);
/* Here is a list of options the curl code used that cannot get generated
as source easily. You may select to either not use them or implement
as source easily. You may choose to either not use them or implement
them yourself.
CURLOPT_WRITEDATA set to a objectpointer

View File

@ -79,7 +79,7 @@ int main(int argc, char *argv[])
curl_easy_setopt(hnd, CURLOPT_TCP_KEEPALIVE, 1L);
/* Here is a list of options the curl code used that cannot get generated
as source easily. You may select to either not use them or implement
as source easily. You may choose to either not use them or implement
them yourself.
CURLOPT_WRITEDATA set to a objectpointer

View File

@ -153,7 +153,7 @@ int main(int argc, char *argv[])
curl_easy_setopt(hnd, CURLOPT_TCP_KEEPALIVE, 1L);
/* Here is a list of options the curl code used that cannot get generated
as source easily. You may select to either not use them or implement
as source easily. You may choose to either not use them or implement
them yourself.
CURLOPT_WRITEDATA set to a objectpointer

View File

@ -93,7 +93,7 @@ int main(int argc, char *argv[])
curl_easy_setopt(hnd, CURLOPT_TCP_KEEPALIVE, 1L);
/* Here is a list of options the curl code used that cannot get generated
as source easily. You may select to either not use them or implement
as source easily. You may choose to either not use them or implement
them yourself.
CURLOPT_WRITEDATA set to a objectpointer

View File

@ -86,7 +86,7 @@ int main(int argc, char *argv[])
curl_easy_setopt(hnd, CURLOPT_INFILESIZE_LARGE, (curl_off_t)38);
/* Here is a list of options the curl code used that cannot get generated
as source easily. You may select to either not use them or implement
as source easily. You may choose to either not use them or implement
them yourself.
CURLOPT_WRITEDATA set to a objectpointer

View File

@ -66,7 +66,7 @@ int main(int argc, char *argv[])
curl_easy_setopt(hnd, CURLOPT_TCP_KEEPALIVE, 1L);
/* Here is a list of options the curl code used that cannot get generated
as source easily. You may select to either not use them or implement
as source easily. You may choose to either not use them or implement
them yourself.
CURLOPT_WRITEDATA set to a objectpointer

View File

@ -71,7 +71,7 @@ int main(int argc, char *argv[])
curl_easy_setopt(hnd, CURLOPT_TCP_KEEPALIVE, 1L);
/* Here is a list of options the curl code used that cannot get generated
as source easily. You may select to either not use them or implement
as source easily. You may choose to either not use them or implement
them yourself.
CURLOPT_WRITEDATA set to a objectpointer

Binary file not shown.