Skip to content

Commit

Permalink
CB-9217 Fix spelling error in requirements.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilkh committed Jun 29, 2015
1 parent 7c3ca58 commit 37bc821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cordova-lib/src/cordova/requirements.js
Expand Up @@ -44,7 +44,7 @@ module.exports = function check_reqs(platforms) {
return require(modulePath).check_all();
} catch (e) {
var errorMsg = 'Failed to check requirements for ' + platform + ' platform. ' +
'check_reqs module is missing for platfrom. Skipping it...';
'check_reqs module is missing for platform. Skipping it...';
return Q.reject(errorMsg);
}
});
Expand Down

0 comments on commit 37bc821

Please sign in to comment.