]> sjero.net Git - wget/blobdiff - src/http.c
Changed some comments related with bug fix #23238, to make things clearer.
[wget] / src / http.c
index fa83ebf5d8254dacf0c5092d83ef87547e094f59..20f0619ad570835dc531349a9cc1a8d5f482cc0d 100644 (file)
@@ -1825,7 +1825,7 @@ gethttp (struct url *u, struct http_stat *hs, int *dt, struct url *proxy)
         {
           /* If opt.noclobber is turned on and file already exists, do not
              retrieve the file. But if the output_document was given, then this
-             test was already done and the file doesn't exist. Hence the !opt.output_document */
+             test was already done and the file didn't exist. Hence the !opt.output_document */
           logprintf (LOG_VERBOSE, _("\
 File `%s' already there; not retrieving.\n\n"), hs->local_file);
           /* If the file is there, we suppose it's retrieved OK.  */
@@ -2379,7 +2379,7 @@ http_loop (struct url *u, char **newloc, char **local_file, const char *referer,
     {
       /* If opt.noclobber is turned on and file already exists, do not
          retrieve the file. But if the output_document was given, then this
-         test was already done and the file doesn't exist. Hence the !opt.output_document */
+         test was already done and the file didn't exist. Hence the !opt.output_document */
       logprintf (LOG_VERBOSE, _("\
 File `%s' already there; not retrieving.\n\n"), 
                  hstat.local_file);