Skip to content

Commit 4b88039

Browse files
author
Stanislav Idolov
authored
ENGCOM-2866: [Forwardport] Fixed a couple of spelling mistakes #17755
2 parents ffb2eae + c5bd7bd commit 4b88039

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/code/Magento/Signifyd/Test/Unit/Controller/Webhooks/HandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ protected function setUp()
140140
}
141141

142142
/**
143-
* Successfull case
143+
* Successful case
144144
*/
145145
public function testExecuteSuccessfully()
146146
{

lib/internal/Magento/Framework/DB/Test/Unit/Adapter/Pdo/MysqlTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ public function testAsymmetricRollBackSuccess()
315315
}
316316

317317
/**
318-
* Test successfull nested transaction
318+
* Test successful nested transaction
319319
*/
320320
public function testNestedTransactionCommitSuccess()
321321
{
@@ -337,7 +337,7 @@ public function testNestedTransactionCommitSuccess()
337337
}
338338

339339
/**
340-
* Test successfull nested transaction
340+
* Test successful nested transaction
341341
*/
342342
public function testNestedTransactionRollBackSuccess()
343343
{
@@ -359,7 +359,7 @@ public function testNestedTransactionRollBackSuccess()
359359
}
360360

361361
/**
362-
* Test successfull nested transaction
362+
* Test successful nested transaction
363363
*/
364364
public function testNestedTransactionLastRollBack()
365365
{

0 commit comments

Comments
 (0)