aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2014-04-01 08:00:13 +0200
committerDaniel Stenberg <daniel@haxx.se>2014-04-01 08:00:34 +0200
commit8a0385c1ad8f602e31c583af49e1347eb51b9838 (patch)
treec12a634abdb7a1f943150a0e823e50610f9ada85 /lib/urldata.h
parentc524ca35f52539dfe0746b7f6712a1e9cf151674 (diff)
urldata: spellfix comment
Reported-by: Melissa
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 9b34645eb..b24562a4d 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -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 */