]> granicus.if.org Git - curl/commitdiff
cookie: fixed typo in comment
authorDaniel Stenberg <daniel@haxx.se>
Mon, 9 Jul 2012 13:25:34 +0000 (15:25 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 9 Jul 2012 13:25:34 +0000 (15:25 +0200)
lib/cookie.c

index 9eaf5657fc2b49653f47fcbba0073d275671cb7e..644b33a2565700e3144b8f1341827767876e8245 100644 (file)
@@ -882,7 +882,7 @@ struct Cookie *Curl_cookie_getlist(struct CookieInfo *c,
     for(i=0; co; co = co->next)
       array[i++] = co;
 
-    /* now sort the cookie pointers in path lenth order */
+    /* now sort the cookie pointers in path length order */
     qsort(array, matches, sizeof(struct Cookie *), cookie_sort);
 
     /* remake the linked list order according to the new order */