docs/cmdline-opts: spellfixes, typos and polish

To make them accepted by the spell checker

Closes #11562
This commit is contained in:
Daniel Stenberg 2023-08-01 14:11:50 +02:00
parent 6b11d9d86b
commit f4ff8072f2
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
29 changed files with 183 additions and 180 deletions

View file

@ -26,7 +26,7 @@ require the environment variable to be set or provide a default value for the
variable in case it is not already set.
--variable %name imports the variable called 'name' but exits with an error if
that environment variable is not alreadty set. To provide a default value if
that environment variable is not already set. To provide a default value if
the environment variable is not set, use --variable %name=content or
--variable %name@content. Note that on some systems - but not all -
environment variables are case insensitive.
@ -34,7 +34,7 @@ environment variables are case insensitive.
When expanding variables, curl supports a set of functions that can make the
variable contents more convenient to use. You apply a function to a variable
expansion by adding a colon and then list the desired functions in a
comma-separted list that is evaluated in a left-to-right order. Variable
comma-separated list that is evaluated in a left-to-right order. Variable
content holding null bytes that are not encoded when expanded, will cause
error.