From: Fabian Keil Date: Sat, 13 Jul 2013 11:20:11 +0000 (+0200) Subject: dotdot.c: Fix a RFC section number in a comment for Curl_dedotdotify() X-Git-Tag: curl-7_32_0~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=48fe9226a004721558d0ae022103c6147d426963;p=curl dotdot.c: Fix a RFC section number in a comment for Curl_dedotdotify() --- diff --git a/lib/dotdot.c b/lib/dotdot.c index f8937789d..41b73bef4 100644 --- a/lib/dotdot.c +++ b/lib/dotdot.c @@ -38,7 +38,7 @@ * * This function gets a zero-terminated path with dot and dotdot sequences * passed in and strips them off according to the rules in RFC 3986 section - * 5.2.5. + * 5.2.4. * * The function handles a query part ('?' + stuff) appended but it expects * that fragments ('#' + stuff) have already been cut off.