Skip to content

Commit 03a9260

Browse files
Merge pull request #16818 to #16821
2 parents c07e268 + 29418ef commit 03a9260

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Backup/Model/ResourceModel/Db.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public function getTableForeignKeysSql($tableName = null)
115115
}
116116

117117
/**
118-
* Return triggers fro table(s)
118+
* Return triggers for table(s)
119119
*
120120
* @param string|null $tableName
121121
* @param bool $addDropIfExists

lib/web/mage/utils/wrapper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ define([
4545
return {
4646

4747
/**
48-
* Wraps target function with a specified wrapper, which will recieve
48+
* Wraps target function with a specified wrapper, which will receive
4949
* reference to the original function as a first argument.
5050
*
5151
* @param {Function} target - Function to be wrapped.

0 commit comments

Comments
 (0)