This commit is contained in:
Daniel Stenberg 2012-07-09 15:25:34 +02:00
Родитель c42ca3e73a
Коммит 904346bf88
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 */