File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -634,7 +634,7 @@ Wget needs to be built with libcares for this option to be available.
634
634
@item -t @var {number }
635
635
@itemx -- tries=@var {number }
636
636
Set number of tries to @var {number }. Specify 0 or @samp {inf } for
637
- infinite retrying. The default is to retry 20 times, with the exception
637
+ infinite retrying. The default is to try 20 times, with the exception
638
638
of fatal errors like ``connection refused'' or ``not found'' (404),
639
639
which are not retried.
640
640
Submodule
gnulib updated from 4fd9c32 to 72abb08
Original file line number Diff line number Diff line change @@ -625,7 +625,7 @@ maybe_prepend_scheme (const char *url)
625
625
return NULL ;
626
626
627
627
628
- fprintf ( stderr , "Prepended http:// to '%s'\n" , url );
628
+ logprintf ( LOG_VERBOSE , _ ( "Prepended http:// to '%s'\n" ) , url );
629
629
return aprintf ("http://%s" , url );
630
630
}
631
631
You can’t perform that action at this time.
0 commit comments