mirror of
https://github.com/curl/curl.git
synced 2026-07-24 15:47:16 +03:00
urldata: spellfix comment
Reported-by: Melissa
This commit is contained in:
parent
c524ca35f5
commit
8a0385c1ad
1 changed files with 2 additions and 2 deletions
|
|
@ -795,8 +795,8 @@ struct Curl_handler {
|
|||
gets a default */
|
||||
#define PROTOPT_NOURLQUERY (1<<6) /* protocol can't handle
|
||||
url query strings (?foo=bar) ! */
|
||||
#define PROTOPT_CREDSPERREQUEST (1<<7) /* requires login creditials per request
|
||||
as opposed to per connection */
|
||||
#define PROTOPT_CREDSPERREQUEST (1<<7) /* requires login credentials per
|
||||
request instead of per connection */
|
||||
|
||||
|
||||
/* return the count of bytes sent, or -1 on error */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue