From: Faraz Fallahi Date: Sun, 4 Feb 2024 00:20:35 +0000 (-0800) Subject: connect.c: fix typo X-Git-Tag: curl-8_7_0~235 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a84ad94dd6b2c68ebc5f3bcbbd8ad12d5fbf2ffc;p=thirdparty%2Fcurl.git connect.c: fix typo Closes #12858 --- 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 */