Commit 48fe9226 authored by Fabian Keil's avatar Fabian Keil Committed by Daniel Stenberg
Browse files

dotdot.c: Fix a RFC section number in a comment for Curl_dedotdotify()

parent a77ac42e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.