]> sjero.net Git - wget/commitdiff
Changed some comments related with bug fix #23238, to make things clearer.
authorJoao Ferreira <joao@joaoff.com>
Wed, 14 May 2008 22:21:06 +0000 (23:21 +0100)
committerJoao Ferreira <joao@joaoff.com>
Wed, 14 May 2008 22:21:06 +0000 (23:21 +0100)
src/ftp.c
src/http.c

index e6163880ec0c7996cea37c4d2eddeee0e1f3a938..3223ea59286b76993af0bb6aaa8479a004106228 100644 (file)
--- a/src/ftp.c
+++ b/src/ftp.c
@@ -1092,7 +1092,7 @@ ftp_loop_internal (struct url *u, struct fileinfo *f, ccon *con)
     con->target = url_file_name (u);
 
   /* If the output_document was given, then this check was already done and
-     the file doesn't exist. Hence the !opt.output_document */
+     the file didn't exist. Hence the !opt.output_document */
   if (opt.noclobber && !opt.output_document && file_exists_p (con->target))
     {
       logprintf (LOG_VERBOSE,
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);