Skip to content

Commit 17156f6

Browse files
committed
Fix typos in comments
1 parent 0cb62d3 commit 17156f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/code/Magento/Sales/Block/Adminhtml/System/Config/Form/Fieldset/Order/Statuses.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function __construct(
5252
}
5353

5454
/**
55-
* Render elemnt
55+
* Render element
5656
*
5757
* @param \Magento\Framework\Data\Form\Element\AbstractElement $element
5858
* @return string

app/code/Magento/Sales/Model/ResourceModel/Order/Payment/Transaction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
class Transaction extends EntityAbstract implements TransactionResourceInterface
1717
{
1818
/**
19-
* Serializeable field: additional_information
19+
* Serializable field: additional_information
2020
*
2121
* @var array
2222
*/

app/code/Magento/SalesInventory/Test/Unit/Model/Plugin/Order/Validation/InvoiceRefundCreationArgumentsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use Magento\Sales\Model\Order\Validation\RefundInvoiceInterface;
1717

1818
/**
19-
* Class InvoiceRefundCreatetionArgumentsTest
19+
* Class InvoiceRefundCreationArgumentsTest
2020
*/
2121
class InvoiceRefundCreationArgumentsTest extends \PHPUnit\Framework\TestCase
2222
{

0 commit comments

Comments
 (0)