]> sjero.net Git - wget/blobdiff - src/ftp.c
Changed some comments related with bug fix #23238, to make things clearer.
[wget] / src / ftp.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,