You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2020/12/12 12:15:01 UTC

[cordova-plugin-file] branch master updated: fix(browser): typo in preparing.js (#447)

This is an automated email from the ASF dual-hosted git repository.

timbru31 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-file.git


The following commit(s) were added to refs/heads/master by this push:
     new a4a7bfe  fix(browser): typo in preparing.js (#447)
a4a7bfe is described below

commit a4a7bfe2aa48f5c44eb8af264c1c6540ea4dd072
Author: Tim Brust <gi...@timbrust.de>
AuthorDate: Sat Dec 12 12:14:51 2020 +0000

    fix(browser): typo in preparing.js (#447)
    
    this closes #446
---
 www/browser/Preparing.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/browser/Preparing.js b/www/browser/Preparing.js
index b826a65..2a5989a 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 () {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org