From a84ad94dd6b2c68ebc5f3bcbbd8ad12d5fbf2ffc Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Sat, 3 Feb 2024 16:20:35 -0800 Subject: [PATCH] connect.c: fix typo Closes #12858 --- lib/connect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/connect.c b/lib/connect.c index 45743e98b5..55bd49d8d3 100644 --- a/lib/connect.c +++ b/lib/connect.c @@ -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 */ -- 2.47.3