mirror of
https://github.com/curl/curl.git
synced 2026-08-25 02:53:32 +03:00
docs: reduce/avoid English contractions
You're => You are Hasn't => Has not Doesn't => Does not Don't => Do not You'll => You will etc Closes #7930
This commit is contained in:
parent
d3d079c138
commit
a28464ae77
265 changed files with 926 additions and 925 deletions
|
|
@ -49,7 +49,7 @@ should be returned if an error was encountered.
|
|||
network encoding. It is used when commands or ASCII data are received over
|
||||
the network.
|
||||
|
||||
If you set a callback pointer to NULL, or don't set it at all, the built-in
|
||||
If you set a callback pointer to NULL, or do not set it at all, the built-in
|
||||
libcurl iconv functions will be used. If HAVE_ICONV was not defined when
|
||||
libcurl was built, and no callback has been established, conversion will
|
||||
return the CURLE_CONV_REQD error code.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue