]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
connect.c: fix typo
authorFaraz Fallahi <fffaraz@gmail.com>
Sun, 4 Feb 2024 00:20:35 +0000 (16:20 -0800)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 5 Feb 2024 18:33:14 +0000 (19:33 +0100)
Closes #12858

lib/connect.c

index 45743e98b52f466420d4e675b8ea0633f30ebd60..55bd49d8d3140354e317c2507c213e67318addf6 100644 (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
  */