Spelling: polyfill
Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/commit/2c7c1342 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/tree/2c7c1342 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/diff/2c7c1342 Branch: refs/heads/master Commit: 2c7c13420b540414a56fdbf81edc25187c260041 Parents: ac4fc3e Author: Josh Soref <jso...@rim.com> Authored: Mon Sep 10 15:16:46 2012 -0400 Committer: Simon MacDonald <simon.macdon...@gmail.com> Committed: Mon Sep 17 22:09:51 2012 -0400 ---------------------------------------------------------------------- .../src/org/apache/cordova/CordovaWebView.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/2c7c1342/framework/src/org/apache/cordova/CordovaWebView.java ---------------------------------------------------------------------- diff --git a/framework/src/org/apache/cordova/CordovaWebView.java b/framework/src/org/apache/cordova/CordovaWebView.java index d6a75b4..5c43cc9 100755 --- a/framework/src/org/apache/cordova/CordovaWebView.java +++ b/framework/src/org/apache/cordova/CordovaWebView.java @@ -71,7 +71,7 @@ public class CordovaWebView extends WebView { @SuppressWarnings("unused") private CordovaChromeClient chromeClient; - //This is for the polyfil history + //This is for the polyfill history private String url; String baseUrl; private Stack<String> urls = new Stack<String>();