Repository: cordova-lib Updated Branches: refs/heads/master 53e63d00f -> 8290d7e3e (forced update)
Fixed typos in 'platform' -> '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/8290d7e3 Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/8290d7e3 Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/8290d7e3 Branch: refs/heads/master Commit: 8290d7e3e8089341472bceebf70b4f2c11055633 Parents: b22b79c Author: surF <[email protected]> Authored: Sat Jul 9 16:47:42 2016 +0200 Committer: Vladimir Kotikov <[email protected]> Committed: Mon Jul 11 11:59:29 2016 +0300 ---------------------------------------------------------------------- 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/8290d7e3/cordova-common/src/PluginInfo/PluginInfo.js ---------------------------------------------------------------------- diff --git a/cordova-common/src/PluginInfo/PluginInfo.js b/cordova-common/src/PluginInfo/PluginInfo.js index 7dd8cc3..bf1f75b 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 platform 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/8290d7e3/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/8290d7e3/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]
