Skip to content

Commit

Permalink
ENGCOM-4551: Correct spelling #21884
Browse files Browse the repository at this point in the history
  • Loading branch information
sidolov authored Mar 22, 2019
2 parents 7270d7e + fb6e7a9 commit f7ce4de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/internal/Magento/Framework/Setup/OldDbValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/**
* Old Validator for database
*
* Used in order to support backward compatability of modules that are installed
* Used in order to support backward compatibility of modules that are installed
* in old way (with Install/Upgrade Schema/Data scripts)
*/
class OldDbValidator implements UpToDateValidatorInterface
Expand Down
2 changes: 1 addition & 1 deletion lib/web/mage/adminhtml/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ define([

/**
* Set of a temporary methods used to provide
* backward compatability with a legacy code.
* backward compatibility with a legacy code.
*/
window.setLocation = function (url) {
window.location.href = url;
Expand Down

0 comments on commit f7ce4de

Please sign in to comment.