Fixed typo This closes #463
Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/53e63d00 Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/53e63d00 Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/53e63d00 Branch: refs/heads/master Commit: 53e63d00faedca87856028373a163ec10a27e5d1 Parents: 9ee9991 Author: surF <[email protected]> Authored: Sat Jul 9 16:51:35 2016 +0200 Committer: Vladimir Kotikov <[email protected]> Committed: Mon Jul 11 11:57:11 2016 +0300 ---------------------------------------------------------------------- cordova-common/src/PluginInfo/PluginInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/53e63d00/cordova-common/src/PluginInfo/PluginInfo.js ---------------------------------------------------------------------- diff --git a/cordova-common/src/PluginInfo/PluginInfo.js b/cordova-common/src/PluginInfo/PluginInfo.js index 12b6586..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 platforrm 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) : []; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
