File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
app/code/Magento/Sales/Block/Adminhtml Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ public function __construct(
52
52
}
53
53
54
54
/**
55
- * Retrieve avilable currency codes
55
+ * Retrieve available currency codes
56
56
*
57
57
* @return string[]
58
58
*/
@@ -75,7 +75,7 @@ public function getAvailableCurrencies()
75
75
}
76
76
77
77
/**
78
- * Retrieve curency name by code
78
+ * Retrieve currency name by code
79
79
*
80
80
* @param string $code
81
81
* @return string
@@ -86,7 +86,7 @@ public function getCurrencyName($code)
86
86
}
87
87
88
88
/**
89
- * Retrieve curency name by code
89
+ * Retrieve currency name by code
90
90
*
91
91
* @param string $code
92
92
* @return string
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ public function getLoadBlockUrl()
103
103
}
104
104
105
105
/**
106
- * Retrieve url for form submiting
106
+ * Retrieve url for form submitting
107
107
*
108
108
* @return string
109
109
*/
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ public function _prepareForm()
183
183
$ this ->_prepareVisibleFields ($ fieldset );
184
184
}
185
185
186
- // Set default sender and recipient from billing and shipping adresses
186
+ // Set default sender and recipient from billing and shipping addresses
187
187
if (!$ this ->getMessage ()->getSender ()) {
188
188
$ this ->getMessage ()->setSender ($ this ->getDefaultSender ());
189
189
}
@@ -194,7 +194,7 @@ public function _prepareForm()
194
194
195
195
$ this ->getMessage ()->setType ($ this ->getEntityType ());
196
196
197
- // Overridden default data with edited when block reloads througth Ajax
197
+ // Overridden default data with edited when block reloads through Ajax
198
198
$ this ->_applyPostData ();
199
199
$ form ->setValues ($ this ->getMessage ()->getData ());
200
200
$ this ->setForm ($ form );
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ public function getShippingRates()
90
90
}
91
91
92
92
/**
93
- * Rertrieve carrier name from store configuration
93
+ * Retrieve carrier name from store configuration
94
94
*
95
95
* @param string $carrierCode
96
96
* @return string
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ public function getOrderUrl()
55
55
}
56
56
57
57
/**
58
- * Retrieve formated price
58
+ * Retrieve formatted price
59
59
*
60
60
* @param float $price
61
61
* @return string
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ protected function _prepareColumns()
112
112
}
113
113
114
114
/**
115
- * Retrieve Transaction addtitional info
115
+ * Retrieve Transaction additional info
116
116
*
117
117
* @return array
118
118
*/
You can’t perform that action at this time.
0 commit comments