CURLMOPT_TIMERFUNCTION.3: remove misplaced "time"

Closes #7470
This commit is contained in:
Oleg Pudeyev 2021-07-21 12:17:49 -04:00 committed by Daniel Stenberg
parent bfbde883af
commit 1b8638b36c
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 1 additions and 1 deletions

View File

@ -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.