mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Doc typo fix.
This commit is contained in:
parent
3d823e690e
commit
cc5d6f0ab8
@ -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--)
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user