Spelling: polyfill

This commit is contained in:
Josh Soref 2012-09-10 15:16:46 -04:00 committed by Simon MacDonald
parent ac4fc3e54e
commit 2c7c13420b

View File

@ -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>();