CURLMOPT_TIMERFUNCTION.3: remove misplaced "time"

Closes #7470
This commit is contained in:
Oleg Pudeyev 2021-07-21 12:17:49 -04:00 коммит произвёл Daniel Stenberg
Родитель bfbde883af
Коммит 1b8638b36c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 5CC908FDB71E12C2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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