]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
json.d: fix typo (overriden -> overridden)
authorSamuel Henrique <samueloph@debian.org>
Mon, 7 Mar 2022 18:30:23 +0000 (18:30 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 7 Mar 2022 21:48:10 +0000 (22:48 +0100)
Closes #8557

docs/cmdline-opts/json.d

index 3bdb0a776960116aac5ab29da65a99c184e8381e..584b6ac9f6c9b57aeee23f3e3d5799a4565c6286 100644 (file)
@@ -29,4 +29,4 @@ from stdin. Posting data from a file named \&'foobar' would thus be done with
 If this option is used more than once on the same command line, the additional
 data pieces will be concatenated to the previous before sending.
 
-The headers this option sets can be overriden with --header as usual.
+The headers this option sets can be overridden with --header as usual.