From: hniksic Date: Tue, 7 Oct 2003 21:45:26 +0000 (-0700) Subject: [svn] Doc typo fix. X-Git-Tag: v1.13~1616 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=cc5d6f0ab8cfe4a6167ee96fda29ea97847b5c8b [svn] Doc typo fix. --- diff --git a/src/url.c b/src/url.c index cf95c126..37917edd 100644 --- a/src/url.c +++ b/src/url.c @@ -1669,7 +1669,7 @@ path_simplify (char *path) element -- but not past beggining of PATH. */ if (t > path) { - /* Move backwards until B hits the beginning of the + /* Move backwards until T hits the beginning of the previous path element or the beginning of path. */ for (--t; t > path && t[-1] != '/'; t--) ;