connect.c: fix typo

Closes #12858
This commit is contained in:
Faraz Fallahi 2024-02-03 16:20:35 -08:00 committed by Daniel Stenberg
parent b8c003832d
commit a84ad94dd6
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -94,7 +94,7 @@
* infinite time left). If the value is negative, the timeout time has already
* elapsed.
* @param data the transfer to check on
* @param nowp timestamp to use for calculdation, NULL to use Curl_now()
* @param nowp timestamp to use for calculation, NULL to use Curl_now()
* @param duringconnect TRUE iff connect timeout is also taken into account.
* @unittest: 1303
*/