Skip to content
Snippets Groups Projects
Commit 8a0385c1 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

urldata: spellfix comment

Reported-by: Melissa
parent c524ca35
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment