]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
remove-on-error.d: typo
authorDaniel Stenberg <daniel@haxx.se>
Thu, 10 Mar 2022 21:56:11 +0000 (22:56 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 10 Mar 2022 21:56:11 +0000 (22:56 +0100)
Reported-by: Colin Leroy
Bug: https://github.com/curl/curl/pull/8503#pullrequestreview-906520081

docs/cmdline-opts/remove-on-error.d

index 7c4b83a5c28cabda7120fa511f92e9e4056c5440..01b57f12e7a7f2e7d524cba139bbdb7d40631ba1 100644 (file)
@@ -6,7 +6,7 @@ Example: --remove-on-error -o output $URL
 Added: 7.83.0
 ---
 When curl returns an error when told to save output in a local file, this
-option removes that saved file before exiting. This prevevents curl from
+option removes that saved file before exiting. This prevents curl from
 leaving a partial file in the case of an error during transfer.
 
 If the output is not a file, this option has no effect.