Skip to content

Commit 20fecef

Browse files
committed
Fix typos in comments
1 parent 8626a46 commit 20fecef

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

app/code/Magento/Sales/Block/Adminhtml/Order/Create/Data.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function __construct(
5252
}
5353

5454
/**
55-
* Retrieve avilable currency codes
55+
* Retrieve available currency codes
5656
*
5757
* @return string[]
5858
*/
@@ -75,7 +75,7 @@ public function getAvailableCurrencies()
7575
}
7676

7777
/**
78-
* Retrieve curency name by code
78+
* Retrieve currency name by code
7979
*
8080
* @param string $code
8181
* @return string
@@ -86,7 +86,7 @@ public function getCurrencyName($code)
8686
}
8787

8888
/**
89-
* Retrieve curency name by code
89+
* Retrieve currency name by code
9090
*
9191
* @param string $code
9292
* @return string

app/code/Magento/Sales/Block/Adminhtml/Order/Create/Form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public function getLoadBlockUrl()
103103
}
104104

105105
/**
106-
* Retrieve url for form submiting
106+
* Retrieve url for form submitting
107107
*
108108
* @return string
109109
*/

app/code/Magento/Sales/Block/Adminhtml/Order/Create/Giftmessage/Form.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public function _prepareForm()
183183
$this->_prepareVisibleFields($fieldset);
184184
}
185185

186-
// Set default sender and recipient from billing and shipping adresses
186+
// Set default sender and recipient from billing and shipping addresses
187187
if (!$this->getMessage()->getSender()) {
188188
$this->getMessage()->setSender($this->getDefaultSender());
189189
}
@@ -194,7 +194,7 @@ public function _prepareForm()
194194

195195
$this->getMessage()->setType($this->getEntityType());
196196

197-
// Overridden default data with edited when block reloads througth Ajax
197+
// Overridden default data with edited when block reloads through Ajax
198198
$this->_applyPostData();
199199
$form->setValues($this->getMessage()->getData());
200200
$this->setForm($form);

app/code/Magento/Sales/Block/Adminhtml/Order/Create/Shipping/Method/Form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function getShippingRates()
9090
}
9191

9292
/**
93-
* Rertrieve carrier name from store configuration
93+
* Retrieve carrier name from store configuration
9494
*
9595
* @param string $carrierCode
9696
* @return string

app/code/Magento/Sales/Block/Adminhtml/Order/Invoice/View/Form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function getOrderUrl()
5555
}
5656

5757
/**
58-
* Retrieve formated price
58+
* Retrieve formatted price
5959
*
6060
* @param float $price
6161
* @return string

app/code/Magento/Sales/Block/Adminhtml/Transactions/Detail/Grid.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ protected function _prepareColumns()
112112
}
113113

114114
/**
115-
* Retrieve Transaction addtitional info
115+
* Retrieve Transaction additional info
116116
*
117117
* @return array
118118
*/

0 commit comments

Comments
 (0)