Correcting spelling error in comment

This commit is contained in:
James Ebentier 2015-03-20 14:54:53 -07:00
parent e782ea2c05
commit 0c3f06604d

View File

@ -90,7 +90,7 @@ class APIClient {
$headers = array();
# Allow headers passed in through $headerParams to take president over $this->defaultHeaders
# Allow headers passed in through $headerParams to take precedent over $this->defaultHeaders
$headerParams = array_merge($this->defaultHeaders, $headerParams);
if ($headerParams != null) {
foreach ($headerParams as $key => $val) {