json.d: fix typo (overriden -> overridden)

Closes #8557
This commit is contained in:
Samuel Henrique 2022-03-07 18:30:23 +00:00 committed by Daniel Stenberg
parent 471d5f44c5
commit 9bd1195150
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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.