mirror of
https://github.com/curl/curl.git
synced 2026-07-23 17:27:22 +03:00
cookie: fixed typo in comment
This commit is contained in:
parent
c42ca3e73a
commit
904346bf88
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue