1
0
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:
hniksic 2003-10-07 14:45:26 -07:00
parent 3d823e690e
commit cc5d6f0ab8

View File

@ -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--)
;