From 904346bf88d7970b941b80a5438934da333570dd Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 9 Jul 2012 15:25:34 +0200 Subject: cookie: fixed typo in comment --- lib/cookie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/cookie.c') diff --git a/lib/cookie.c b/lib/cookie.c index 9eaf5657f..644b33a25 100644 --- a/lib/cookie.c +++ b/lib/cookie.c @@ -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 */ -- cgit v1.2.3