Skip to content

Commit 5cdc9a3

Browse files
authored
ENGCOM-4697: Correct spelling #22201
2 parents c5ec966 + 086d811 commit 5cdc9a3

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/Bundle/Block/Checkout/Cart/Item

1 file changed

+2
-1
lines changed

app/code/Magento/Bundle/Block/Checkout/Cart/Item/Renderer.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ public function __construct(
6969

7070
/**
7171
* Overloaded method for getting list of bundle options
72+
*
7273
* Caches result in quote item, because it can be used in cart 'recent view' and on same page in cart checkout
7374
*
7475
* @return array
@@ -88,7 +89,7 @@ public function getMessages()
8889
$messages = [];
8990
$quoteItem = $this->getItem();
9091

91-
// Add basic messages occuring during this page load
92+
// Add basic messages occurring during this page load
9293
$baseMessages = $quoteItem->getMessage(false);
9394
if ($baseMessages) {
9495
foreach ($baseMessages as $message) {

0 commit comments

Comments
 (0)