Skip to content

Commit b31ac9c

Browse files
committed
Merge pull request #11 from Peardian/docfix
Fixed: paramter typo
2 parents e96a04a + 275ac7b commit b31ac9c

5 files changed

+6
-6
lines changed

includes/classes/AmazonFeed.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public function setMarketplaceIds($s){
175175
* Removes ID options.
176176
*
177177
* Use this in case you change your mind and want to remove the Marketplace ID
178-
* paramters you previously set.
178+
* parameters you previously set.
179179
*/
180180
public function resetMarketplaceIds(){
181181
foreach($this->options as $op=>$junk){

includes/classes/AmazonProductSearch.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function setQuery($q){
6060
/**
6161
* Sets the query context ID. (Optional)
6262
*
63-
* Setting this paramter tells Amazon to only return products from the given
63+
* Setting this parameter tells Amazon to only return products from the given
6464
* context. If this parameter is not set, Amazon will return products from
6565
* any context.
6666
* @param string $q <p>See comment inside for list of valid values.</p>

includes/classes/AmazonReportRequest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Sends a report request to Amazon.
44
*
55
* This AmazonReportsCore object makes a request to Amazon to generate a report.
6-
* In order to do this, a report type is required. Other paramters are also
6+
* In order to do this, a report type is required. Other parameters are also
77
* available to limit the scope of the report.
88
*/
99
class AmazonReportRequest extends AmazonReportsCore{
@@ -171,7 +171,7 @@ public function setShowSalesChannel($s){
171171
* Sets the marketplace ID(s). (Optional)
172172
*
173173
* This method sets the list of marketplace IDs to be sent in the next request.
174-
* If this paramter is set, the report will only contain data relevant to the
174+
* If this parameter is set, the report will only contain data relevant to the
175175
* marketplaces listed.
176176
* @param array|string $s <p>A list of marketplace IDs, or a single ID string.</p>
177177
* @return boolean <b>FALSE</b> if improper input

includes/classes/AmazonShipmentItemList.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* This Amazon Inbound Core object retrieves a list of items for the given
66
* shipment from Amazon. In order to get the list, a shipment ID is required.
7-
* An optional paramter is available to narrow the returned items.
7+
* An optional parameter is available to narrow the returned items.
88
*/
99
class AmazonShipmentItemList extends AmazonInboundCore implements Iterator{
1010
protected $tokenFlag = false;

includes/classes/AmazonShipmentPlanner.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ protected function resetAddress(){
9393
/**
9494
* Sets the labeling preference. (Optional)
9595
*
96-
* If this paramter is not set, Amazon will assume SELLER_LABEL.
96+
* If this parameter is not set, Amazon will assume SELLER_LABEL.
9797
* @param string $s <p>"SELLER_LABEL", "AMAZON_LABEL_ONLY", "AMAZON_LABEL_PREFERRED"</p>
9898
* @return boolean <b>FALSE</b> if improper input
9999
*/

0 commit comments

Comments
 (0)