mirror of
https://github.com/mirror/wget.git
synced 2026-09-01 12:27:58 +08:00
[svn] Doc typo fix.
This commit is contained in:
@@ -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--)
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user