Skip to content

Commit f7ce4de

Browse files
authored
ENGCOM-4551: Correct spelling #21884
2 parents 7270d7e + fb6e7a9 commit f7ce4de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/internal/Magento/Framework/Setup/OldDbValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/**
1414
* Old Validator for database
1515
*
16-
* Used in order to support backward compatability of modules that are installed
16+
* Used in order to support backward compatibility of modules that are installed
1717
* in old way (with Install/Upgrade Schema/Data scripts)
1818
*/
1919
class OldDbValidator implements UpToDateValidatorInterface

lib/web/mage/adminhtml/globals.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ define([
1212

1313
/**
1414
* Set of a temporary methods used to provide
15-
* backward compatability with a legacy code.
15+
* backward compatibility with a legacy code.
1616
*/
1717
window.setLocation = function (url) {
1818
window.location.href = url;

0 commit comments

Comments
 (0)