diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2020-10-26 17:12:15 -0400 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2020-10-26 17:18:37 -0400 |
commit | b1ff27995b85ce8352ce0cf5c2786fb0cb7e9a94 (patch) | |
tree | 5307e97f0f5a6aab5e54cc6b2b23e800e54cd1ba /docs/cmdline-opts | |
parent | 4cbb17a2cbbbe6337142d39479e21c3990b9c22f (diff) | |
download | curl-b1ff27995b85ce8352ce0cf5c2786fb0cb7e9a94.tar.gz |
range.d: fix typo
Follow-up to 15ae039 from earlier today.
Diffstat (limited to 'docs/cmdline-opts')
-rw-r--r-- | docs/cmdline-opts/range.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cmdline-opts/range.d b/docs/cmdline-opts/range.d index 3dfa2f34c..e2d1f62fc 100644 --- a/docs/cmdline-opts/range.d +++ b/docs/cmdline-opts/range.d @@ -29,7 +29,7 @@ specifies two separate 100-byte ranges(*) (HTTP) .RE .IP (*) = NOTE that this will cause the server to reply with a multipart -response, which will be retruned as-is by curl! Parsing or otherwise +response, which will be returned as-is by curl! Parsing or otherwise transforming this response is the responsibility of the caller. Only digit characters (0-9) are valid in the 'start' and 'stop' fields of the |