]> sjero.net Git - wget/blobdiff - src/url.c
[svn] Move fnmatch() to cmpt.c and don't use it under GNU libc.
[wget] / 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--)
                ;