Repository: cordova-lib Updated Branches: refs/heads/master b22b79c7b -> 53e63d00f
FIXED 3 occurrences of typo: 'platfrom' to 'platform' Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/9ee9991e Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/9ee9991e Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/9ee9991e Branch: refs/heads/master Commit: 9ee9991e23a9867d9829523c8185d6a8007c0e52 Parents: b22b79c Author: surF <[email protected]> Authored: Sat Jul 9 16:47:42 2016 +0200 Committer: surF <[email protected]> Committed: Sat Jul 9 16:47:42 2016 +0200 ---------------------------------------------------------------------- cordova-common/src/PluginInfo/PluginInfo.js | 2 +- cordova-lib/RELEASENOTES.md | 2 +- cordova-lib/src/platforms/PlatformApiPoly.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/9ee9991e/cordova-common/src/PluginInfo/PluginInfo.js ---------------------------------------------------------------------- diff --git a/cordova-common/src/PluginInfo/PluginInfo.js b/cordova-common/src/PluginInfo/PluginInfo.js index 7dd8cc3..12b6586 100644 --- a/cordova-common/src/PluginInfo/PluginInfo.js +++ b/cordova-common/src/PluginInfo/PluginInfo.js @@ -398,7 +398,7 @@ function _getTags(pelem, tag, platform, transform) { return tags; } -// Same as _getTags() but only looks inside a platfrom section. +// Same as _getTags() but only looks inside a platforrm section. function _getTagsInPlatform(pelem, tag, platform, transform) { var platformTag = pelem.find('./platform[@name="' + platform + '"]'); var tags = platformTag ? platformTag.findall(tag) : []; http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/9ee9991e/cordova-lib/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/cordova-lib/RELEASENOTES.md b/cordova-lib/RELEASENOTES.md index 5b8add5..194eb18 100644 --- a/cordova-lib/RELEASENOTES.md +++ b/cordova-lib/RELEASENOTES.md @@ -445,7 +445,7 @@ * [CB-7839](https://issues.apache.org/jira/browse/CB-7839) android: Fix versionCode logic when version is less than 3 digits * [CB-7033](https://issues.apache.org/jira/browse/CB-7033) Improve cordova platform check * [CB-7311](https://issues.apache.org/jira/browse/CB-7311) Fix xcode project manipulation on Windows host -* [CB-7820](https://issues.apache.org/jira/browse/CB-7820) Make cordova platfrom restore not stop if a platforms fails to restore +* [CB-7820](https://issues.apache.org/jira/browse/CB-7820) Make cordova platform restore not stop if a platforms fails to restore * [CB-7649](https://issues.apache.org/jira/browse/CB-7649) Support iPhone 6 Plus Icon in CLI config.xml * [CB-7647](https://issues.apache.org/jira/browse/CB-7647) Support new iPhone 6 and 6 Plus Images in the CLI config.xml * [CB-7909](https://issues.apache.org/jira/browse/CB-7909) "plugman platform add" fixes http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/9ee9991e/cordova-lib/src/platforms/PlatformApiPoly.js ---------------------------------------------------------------------- diff --git a/cordova-lib/src/platforms/PlatformApiPoly.js b/cordova-lib/src/platforms/PlatformApiPoly.js index e0c3e79..dc78113 100644 --- a/cordova-lib/src/platforms/PlatformApiPoly.js +++ b/cordova-lib/src/platforms/PlatformApiPoly.js @@ -444,7 +444,7 @@ PlatformApiPoly.prototype.requirements = function() { return require(modulePath).check_all(); } catch (e) { var errorMsg = 'Failed to check requirements for ' + this.platform + ' platform. ' + - 'check_reqs module is missing for platfrom. Skipping it...'; + 'check_reqs module is missing for platform. Skipping it...'; return Q.reject(errorMsg); } }; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
