Skip to content

Commit a18364e

Browse files
committed
Fix typos in DocBlock comments
1 parent ec2a52f commit a18364e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/code/Magento/GoogleOptimizer/Block/Code/Product.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Google Optmizer Product Block
3+
* Google Optimizer Product Block
44
*
55
* Copyright © Magento, Inc. All rights reserved.
66
* See COPYING.txt for license details.

app/code/Magento/ImportExport/Model/AbstractModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
abstract class AbstractModel extends \Magento\Framework\DataObject
1616
{
1717
/**
18-
* Enable loging
18+
* Enable logging
1919
*
2020
* @var bool
2121
*/

app/code/Magento/ImportExport/Model/Export/Adapter/Csv.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function destruct()
5656
}
5757

5858
/**
59-
* Method called as last step of object instance creation. Can be overrided in child classes.
59+
* Method called as last step of object instance creation. Can be overridden in child classes.
6060
*
6161
* @return $this
6262
*/

app/code/Magento/InstantPurchase/Model/ShippingMethodChoose/ShippingRateFinder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use Magento\Store\Model\StoreManagerInterface;
1313

1414
/**
15-
* Collect shipping rates for customer address without packaging estiamtion.
15+
* Collect shipping rates for customer address without packaging estimation.
1616
*/
1717
class ShippingRateFinder
1818
{

0 commit comments

Comments
 (0)