From: Samuel Henrique Date: Mon, 7 Mar 2022 18:30:23 +0000 (+0000) Subject: json.d: fix typo (overriden -> overridden) X-Git-Tag: curl-7_83_0~176 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9bd119515014f57192836633c3d3b8de3c4e6b93;p=thirdparty%2Fcurl.git json.d: fix typo (overriden -> overridden) Closes #8557 --- diff --git a/docs/cmdline-opts/json.d b/docs/cmdline-opts/json.d index 3bdb0a7769..584b6ac9f6 100644 --- a/docs/cmdline-opts/json.d +++ b/docs/cmdline-opts/json.d @@ -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.