Skip to content

Commit

Permalink
Corrected a few typos
Browse files Browse the repository at this point in the history
  • Loading branch information
pm-alexander-serbe committed Mar 21, 2016
1 parent 4de21a9 commit fd1d376
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Paymill/API/Curl.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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
*/
Expand All @@ -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
*/
Expand Down

0 comments on commit fd1d376

Please sign in to comment.