diff options
author | Борис Верховский <boris.verk@gmail.com> | 2021-10-01 08:57:00 -0600 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-10-13 00:33:20 +0200 |
commit | 3aead057a1fd5cb95e9fadec44b2c4c6f25d3644 (patch) | |
tree | 01ba35e29700af760426fa95e172a1abeddd511e /tests/data/test1400 | |
parent | 3723ba62a507d1ba414bb77e6b4b07abfe74a15a (diff) | |
download | curl-3aead057a1fd5cb95e9fadec44b2c4c6f25d3644.tar.gz |
curl: correct grammar in generated libcurl code
Closes #7802
Diffstat (limited to 'tests/data/test1400')
-rw-r--r-- | tests/data/test1400 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test1400 b/tests/data/test1400 index 08fa023d4..b4d29d379 100644 --- a/tests/data/test1400 +++ b/tests/data/test1400 @@ -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 |