Skip to content

Commit bf80051

Browse files
committed
Fix typos in DocBlock comments
1 parent e2a8fb1 commit bf80051

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Js.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function getProduct()
8080
}
8181

8282
/**
83-
* Get store object of curently edited product
83+
* Get store object of currently edited product
8484
*
8585
* @return \Magento\Store\Model\Store
8686
*/

app/code/Magento/Catalog/Model/Attribute/LockValidatorComposite.php

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

app/code/Magento/Catalog/Model/Attribute/LockValidatorInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Attribure lock state validator interface
3+
* Attribute lock state validator interface
44
*
55
* Copyright © Magento, Inc. All rights reserved.
66
* See COPYING.txt for license details.

app/code/Magento/Catalog/Model/Layer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public function prepareProductCollection($collection)
168168
* Apply layer
169169
* Method is colling after apply all filters, can be used
170170
* for prepare some index data before getting information
171-
* about existing intexes
171+
* about existing indexes
172172
*
173173
* @return \Magento\Catalog\Model\Layer
174174
*/

app/code/Magento/Catalog/Model/Product/Compare/Item.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ public function clean()
220220
}
221221

222222
/**
223-
* Retrieve Customer Id if loggined
223+
* Retrieve Customer Id if logged in
224224
*
225225
* @return int
226226
*/

0 commit comments

Comments
 (0)