aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/tcp-nodelay.d
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2017-03-11 11:44:06 +0100
committerDan Fandrich <dan@coneharvesters.com>2017-03-11 11:44:18 +0100
commit03c5223ee7fa8dcdb5c54ea58c1fb2cca67f35e6 (patch)
tree63770ecf56bfaedb4f881e8732bbafc578014bfb /docs/cmdline-opts/tcp-nodelay.d
parent1e54c5fb095c71084e1d27583f124067c7a56fa9 (diff)
cmdline-opts: fixed a few typos
Diffstat (limited to 'docs/cmdline-opts/tcp-nodelay.d')
-rw-r--r--docs/cmdline-opts/tcp-nodelay.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cmdline-opts/tcp-nodelay.d b/docs/cmdline-opts/tcp-nodelay.d
index 0c0ddd068..f047a7c6f 100644
--- a/docs/cmdline-opts/tcp-nodelay.d
+++ b/docs/cmdline-opts/tcp-nodelay.d
@@ -5,5 +5,5 @@ Added: 7.11.2
Turn on the TCP_NODELAY option. See the \fIcurl_easy_setopt(3)\fP man page for
details about this option.
-Since 7.50.2, curl sets this option by default and you need to explictitly
+Since 7.50.2, curl sets this option by default and you need to explicitly
switch it off if you don't want it on.