diff --git a/www/browser/Preparing.js b/www/browser/Preparing.js index b826a6520..2a5989a2d 100644 --- a/www/browser/Preparing.js +++ b/www/browser/Preparing.js @@ -174,7 +174,7 @@ console.log('Persistent fs quota granted'); quotaWasRequested = true; }, function (e) { - console.log('Error occured while trying to request Persistent fs quota: ' + JSON.stringify(e)); + console.log('Error occurred while trying to request Persistent fs quota: ' + JSON.stringify(e)); }); channel.onCordovaReady.subscribe(function () {