Skip to content

Commit c43ef45

Browse files
committed
Fix typos in comments
1 parent c1bc0a3 commit c43ef45

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/code/Magento/Store/Api/Data/WebsiteInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function getCode();
3636
public function setCode($code);
3737

3838
/**
39-
* Rethreive website name
39+
* Retrieve website name
4040
*
4141
* @return string
4242
*/

app/code/Magento/Store/Model/StoreManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class StoreManager implements
2929
const PARAM_RUN_TYPE = 'MAGE_RUN_TYPE';
3030

3131
/**
32-
* Wether single store mode enabled or not
32+
* Whether single store mode enabled or not
3333
*/
3434
const XML_PATH_SINGLE_STORE_MODE_ENABLED = 'general/single_store_mode/enabled';
3535

app/code/Magento/Tax/Block/Adminhtml/Items/Price/Renderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public function getBaseTotalAmount($item)
137137
}
138138

139139
/**
140-
* Retrieve formated price, use different formatter depending on type of item
140+
* Retrieve formatted price, use different formatter depending on type of item
141141
*
142142
* @param float $price
143143
* @return string

app/code/Magento/Tax/Test/Unit/Helper/DataTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public function testGetCalculatedTaxesForOrder()
148148
}
149149

150150
/**
151-
* Creat OrderTaxDetails mock from array of data
151+
* Create OrderTaxDetails mock from array of data
152152
*
153153
* @param $inputArray
154154
* @return \PHPUnit_Framework_MockObject_MockObject|\Magento\Tax\Api\Data\OrderTaxDetailsInterface

0 commit comments

Comments
 (0)