mirror of
https://github.com/curl/curl.git
synced 2026-06-05 10:54:15 +03:00
minor change in language for the --libcurl source header
This commit is contained in:
parent
44dc36cc8f
commit
df3e8e19c1
1 changed files with 1 additions and 1 deletions
|
|
@ -3437,7 +3437,7 @@ CURLcode _my_setopt(CURL *curl, struct Configurable *config, const char *name,
|
|||
static const char * const srchead[]={
|
||||
"/********* Sample code generated by the curl command line tool **********",
|
||||
" * Lines with [REMARK] below might need to be modified to make this code ",
|
||||
" * usable. Add appropriate error code checking where appropriate.",
|
||||
" * usable. Add error code checking where appropriate.",
|
||||
" * Compile this with a suitable header include path. Then link with ",
|
||||
" * libcurl.",
|
||||
" * If you use any *_LARGE options, make sure your compiler figure",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue