Skip to content

Commit 7208b80

Browse files
authored
docs: Fixed three typo in phpdoc and comments (#2994)
1 parent 8400955 commit 7208b80

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/code/core/Mage/Checkout/Block/Cart/Item/Renderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ public function getProductOptions()
196196
}
197197

198198
/**
199-
* Get list of all otions for product
199+
* Get list of all options for product
200200
*
201201
* @return array
202202
*/

app/code/core/Mage/Checkout/Block/Cart/Item/Renderer/Configurable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public function getProductAttributes()
100100
}
101101

102102
/**
103-
* Get list of all otions for product
103+
* Get list of all options for product
104104
*
105105
* @return array
106106
*/

app/code/core/Mage/Checkout/Model/Type/Onepage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ public function saveBilling($data, $customerAddressId)
327327

328328
if (!$this->getQuote()->isVirtual()) {
329329
/**
330-
* Billing address using otions
330+
* Billing address using options
331331
*/
332332
$usingCase = isset($data['use_for_shipping']) ? (int)$data['use_for_shipping'] : 0;
333333

0 commit comments

Comments
 (0)