Skip to content

Commit c398fa5

Browse files
committed
Fix typos in DocBlock comments
1 parent bc8d5cb commit c398fa5

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

app/code/Magento/Newsletter/Helper/Data.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function __construct(\Magento\Framework\UrlInterface $frontendUrlBuilder)
2727
}
2828

2929
/**
30-
* Retrieve subsription confirmation url
30+
* Retrieve subscription confirmation url
3131
*
3232
* @param \Magento\Newsletter\Model\Subscriber $subscriber
3333
* @return string
@@ -43,7 +43,7 @@ public function getConfirmationUrl($subscriber)
4343
}
4444

4545
/**
46-
* Retrieve unsubsription url
46+
* Retrieve unsubscription url
4747
*
4848
* @param \Magento\Newsletter\Model\Subscriber $subscriber
4949
* @return string

app/code/Magento/Newsletter/Model/ResourceModel/Problem/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ protected function _addCustomersData()
176176
}
177177

178178
/**
179-
* Loads collecion and adds customers info
179+
* Loads collection and adds customers info
180180
*
181181
* @param bool $printQuery
182182
* @param bool $logQuery

app/code/Magento/Newsletter/Model/ResourceModel/Queue/Collection.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ protected function _construct()
7070
}
7171

7272
/**
73-
* Joines templates information
73+
* Joins templates information
7474
*
7575
* @return $this
7676
*/
@@ -86,7 +86,7 @@ public function addTemplateInfo()
8686
}
8787

8888
/**
89-
* Adds subscribers info to selelect
89+
* Adds subscribers info to select
9090
*
9191
* @return $this
9292
*/
@@ -130,7 +130,7 @@ public function load($printQuery = false, $logQuery = false)
130130
}
131131

132132
/**
133-
* Joines subscribers information
133+
* Joins subscribers information
134134
*
135135
* @return $this
136136
*/
@@ -142,7 +142,7 @@ public function addSubscribersInfo()
142142

143143
/**
144144
* Checks if field is 'subscribers_total', 'subscribers_sent'
145-
* to add specific filter or adds reguler filter
145+
* to add specific filter or adds regular filter
146146
*
147147
* @param string $field
148148
* @param null|string|array $condition

0 commit comments

Comments
 (0)