diff --git a/lib/Paymill/API/Curl.php b/lib/Paymill/API/Curl.php index aa404af..5d772cd 100644 --- a/lib/Paymill/API/Curl.php +++ b/lib/Paymill/API/Curl.php @@ -129,7 +129,7 @@ protected function _curlOpts($curl, array $curlOpts) } /** - * Wrapps the curlExec function call + * Wraps the curlExec function call * @param resource $curl cURL handle passed to curl_exec * @return mixed */ @@ -139,7 +139,7 @@ protected function _curlExec($curl) } /** - * Wrapps the curlInfo function call + * Wraps the curlInfo function call * @param resource $curl cURL handle passed to curl_getinfo * @return mixed */ @@ -149,7 +149,7 @@ protected function _curlInfo($curl) } /** - * Wrapps the curlError function call + * Wraps the curlError function call * @param resource $curl cURL handle passed to curl_error * @return mixed */