diff options
author | Oleg Pudeyev <code@olegp.name> | 2021-07-21 12:17:49 -0400 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-07-21 23:41:34 +0200 |
commit | 1b8638b36c7b81c26b563270512fe91f90f47ae2 (patch) | |
tree | d058868d95708247e192d59b0a225b2a36d7ad8c /docs/libcurl | |
parent | bfbde883af33397943df68a3ae01847a634d33bf (diff) | |
download | curl-1b8638b36c7b81c26b563270512fe91f90f47ae2.tar.gz |
CURLMOPT_TIMERFUNCTION.3: remove misplaced "time"
Closes #7470
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/opts/CURLMOPT_TIMERFUNCTION.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLMOPT_TIMERFUNCTION.3 b/docs/libcurl/opts/CURLMOPT_TIMERFUNCTION.3 index 917827750..cb86476e6 100644 --- a/docs/libcurl/opts/CURLMOPT_TIMERFUNCTION.3 +++ b/docs/libcurl/opts/CURLMOPT_TIMERFUNCTION.3 @@ -40,7 +40,7 @@ Certain features, such as timeouts and retries, require you to call libcurl even when there is no activity on the file descriptors. Your callback function \fBtimer_callback\fP should install a non-repeating -timer with an interval of \fBtimeout_ms\fP. When time that timer fires, call +timer with an interval of \fBtimeout_ms\fP. When that timer fires, call either \fIcurl_multi_socket_action(3)\fP or \fIcurl_multi_perform(3)\fP, depending on which interface you use. |