Skip to content

Commit b1d5548

Browse files
committed
Fix typos in comments
1 parent 8309e8b commit b1d5548

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/code/Magento/Search/Api/SynonymGroupRepositoryInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function save(\Magento\Search\Api\Data\SynonymGroupInterface $synonymGrou
3131
public function delete(\Magento\Search\Api\Data\SynonymGroupInterface $synonymGroup);
3232

3333
/**
34-
* Return a paritcular synonym group interface instance based on passed in synonym group id
34+
* Return a particular synonym group interface instance based on passed in synonym group id
3535
*
3636
* @param int $synonymGroupId
3737
* @return \Magento\Search\Api\Data\SynonymGroupInterface

app/code/Magento/Search/Test/Unit/Model/SynonymGroupRepositoryTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function testSaveCreate()
5353

5454
/**
5555
* @expectedException \Magento\Search\Model\Synonym\MergeConflictException
56-
* @expecteExceptionMessage (c,d,e)
56+
* @expectedExceptionMessage (c,d,e)
5757
*/
5858
public function testSaveCreateMergeConflict()
5959
{
@@ -138,7 +138,7 @@ public function testSaveUpdate()
138138

139139
/**
140140
* @expectedException \Magento\Search\Model\Synonym\MergeConflictException
141-
* @expecteExceptionMessage (d,h,i)
141+
* @expectedExceptionMessage (d,h,i)
142142
*/
143143
public function testSaveUpdateMergeConflict()
144144
{

app/code/Magento/Security/Block/Adminhtml/Session/Activity.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function getRemoteIp()
8888
}
8989

9090
/**
91-
* Retrieve formatting datatime
91+
* Retrieve formatting datetime
9292
*
9393
* @param string $time
9494
* @return string

0 commit comments

Comments
 (0)