urldata: spellfix comment
authorDaniel Stenberg <daniel@haxx.se>
Tue, 1 Apr 2014 06:00:13 +0000 (08:00 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 1 Apr 2014 06:00:34 +0000 (08:00 +0200)
Reported-by: Melissa
lib/urldata.h

index 9b34645..b24562a 100644 (file)
@@ -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 */