]> sjero.net Git - wget/commitdiff
[svn] Doc typo fix.
authorhniksic <devnull@localhost>
Tue, 7 Oct 2003 21:45:26 +0000 (14:45 -0700)
committerhniksic <devnull@localhost>
Tue, 7 Oct 2003 21:45:26 +0000 (14:45 -0700)
src/url.c

index cf95c126066c33afaf5f80dcd289a2fd21d77c6a..37917eddaf450108913ea4664d40130f8923d98f 100644 (file)
--- 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--)
                ;