]> granicus.if.org Git - curl/commitdiff
fail-early.d: fix typos
authorJay Satiro <raysatiro@yahoo.com>
Sat, 1 Apr 2017 02:36:46 +0000 (22:36 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Sat, 1 Apr 2017 02:36:46 +0000 (22:36 -0400)
docs/cmdline-opts/fail-early.d

index 1bfaab4f32b8c1d6e10e6a4f0bbf814ff0b6fbac..375d4c919544f16e28b5be0f4046adeaedf5d130 100644 (file)
@@ -10,10 +10,9 @@ errors if there are more URLs given and the last URL's success will determine
 the error code curl returns. So early failures will be "hidden" by subsequent
 successful transfers.
 
-Using this option, curl will instead return an error on the first transfers
-that fails, independent on the amount of more URLs that are given on the
-command line. This way, no transfer failures go undetected by scripts and
-similar.
+Using this option, curl will instead return an error on the first transfer
+that fails, independent of the amount of URLs that are given on the command
+line. This way, no transfer failures go undetected by scripts and similar.
 
 This option is global and does not need to be specified for each use of --next.