]> granicus.if.org Git - curl/commitdiff
dotdot.c: Fix a RFC section number in a comment for Curl_dedotdotify()
authorFabian Keil <fk@fabiankeil.de>
Sat, 13 Jul 2013 11:20:11 +0000 (13:20 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 23 Jul 2013 18:50:59 +0000 (20:50 +0200)
lib/dotdot.c

index f8937789db797adab896fce5604d83a5ec25ab8d..41b73bef412247b7fd185de30ce5d95ed41b9687 100644 (file)
@@ -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.