diff --git a/src/utils/Internet.php b/src/utils/Internet.php index ff0c3ca21..42745b59a 100644 --- a/src/utils/Internet.php +++ b/src/utils/Internet.php @@ -160,7 +160,7 @@ class Internet{ * * @param string[]|string $args * @param string[] $extraHeaders - * @param string|null $err reference parameter, will be set to the output of curl_error(). Use this to retrieve errors that occured during the operation. + * @param string|null $err reference parameter, will be set to the output of curl_error(). Use this to retrieve errors that occurred during the operation. * @phpstan-param string|array $args * @phpstan-param list $extraHeaders */