aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-06-30 21:32:52 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-06-30 21:32:52 +0000
commit3050f1067624c1607bf638d20dd02ba692ff6289 (patch)
tree7bccac916a65e3e9d75943877f6ebad7be91ada6 /docs/libcurl
parent175fc5096d019e1a1236dbf93a46a7bc64f163ba (diff)
silly typo, pointed out by Fabian Keil
Diffstat (limited to 'docs/libcurl')
-rw-r--r--docs/libcurl/curl_easy_setopt.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3
index e1ffeade1..434ccf973 100644
--- a/docs/libcurl/curl_easy_setopt.3
+++ b/docs/libcurl/curl_easy_setopt.3
@@ -1073,7 +1073,7 @@ address. Default FTP operations are passive, and thus won't use PORT.
Starting in 7.19.5, you can append \&":[start]-[end]\&" to the right of the
address, to tell libcurl what TCP port range to use. That means you specify a
port range, from a lower to a higher number. A single number works as well,
-but do not that it increases the risk of failure since the port may not be
+but do note that it increases the risk of failure since the port may not be
available.
You disable PORT again and go back to using the passive version by setting