Skip to content

Commit d9546dc

Browse files
committed
Fix typos in DocBlock comments
1 parent 65d10bf commit d9546dc

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

app/code/Magento/Reports/Block/Adminhtml/Filter/Form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Form extends \Magento\Backend\Block\Widget\Form\Generic
3131
protected $_fieldVisibility = [];
3232

3333
/**
34-
* Report field opions
34+
* Report field options
3535
*
3636
* @var array
3737
*/

app/code/Magento/Robots/Controller/Router.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
use Magento\Framework\App\RouterInterface;
1414

1515
/**
16-
* Matches applicaton action in case when robots.txt file was requested
16+
* Matches application action in case when robots.txt file was requested
1717
*/
1818
class Router implements RouterInterface
1919
{

app/code/Magento/Sales/Block/Adminhtml/Items/AbstractItems.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ public function canCapture()
428428
}
429429

430430
/**
431-
* Retrieve formated price
431+
* Retrieve formatted price
432432
*
433433
* @param float $price
434434
* @return string

app/code/Magento/Sales/Block/Adminhtml/Order/AbstractOrder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public function getOrderInfoData()
135135
}
136136

137137
/**
138-
* Retrieve subtotal price include tax html formated content
138+
* Retrieve subtotal price include tax html formatted content
139139
*
140140
* @param \Magento\Framework\DataObject $order
141141
* @return string

app/code/Magento/Sales/Block/Adminhtml/Order/Create/AbstractCreate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public function getStoreId()
117117
}
118118

119119
/**
120-
* Retrieve formated price
120+
* Retrieve formatted price
121121
*
122122
* @param float $value
123123
* @return string

app/code/Magento/Sales/Block/Adminhtml/Order/Create/Sidebar/AbstractSidebar.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function canDisplay()
7171
}
7272

7373
/**
74-
* Retrieve disply item qty availablity
74+
* Retrieve disply item qty availability
7575
*
7676
* @return false
7777
*/
@@ -196,7 +196,7 @@ public function getItemCollection()
196196
}
197197

198198
/**
199-
* Retrieve disply price availablity
199+
* Retrieve display price availability
200200
*
201201
* @return true
202202
*/

app/code/Magento/Sales/Model/AdminOrder/Create.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,7 +1289,7 @@ protected function _parseCustomPrice($price)
12891289
}
12901290

12911291
/**
1292-
* Retrieve oreder quote shipping address
1292+
* Retrieve order quote shipping address
12931293
*
12941294
* @return \Magento\Quote\Model\Quote\Address
12951295
*/
@@ -1415,7 +1415,7 @@ public function setShippingAddress($address)
14151415
}
14161416

14171417
/**
1418-
* Set shipping anddress to be same as billing
1418+
* Set shipping address to be same as billing
14191419
*
14201420
* @param bool $flag If true - don't save in address book and actually copy data across billing and shipping
14211421
* addresses
@@ -1858,7 +1858,7 @@ protected function _prepareCustomerAddress($customer, $quoteCustomerAddress)
18581858
}
18591859

18601860
/**
1861-
* Prepare item otions
1861+
* Prepare item options
18621862
*
18631863
* @return $this
18641864
*/

app/code/Magento/Sales/Model/Order/Pdf/AbstractPdf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ public function newPage(array $settings = [])
958958
* font string; font style, optional: bold, italic, regular
959959
* font_file string; path to font file (optional for use your custom font)
960960
* font_size int; font size (default 7)
961-
* align string; text align (also see feed parametr), optional left, right
961+
* align string; text align (also see feed parameter), optional left, right
962962
* height int;line spacing (default 10)
963963
*
964964
* @param \Zend_Pdf_Page $page

0 commit comments

Comments
 (0)