From 05dc38316806daac8467f3c212bd81073917a02b Mon Sep 17 00:00:00 2001 From: JustOff Date: Wed, 11 Jul 2018 18:28:49 +0300 Subject: [PATCH] Fix typo #7 --- content/db.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/db.js b/content/db.js index c86f9df..1d77489 100644 --- a/content/db.js +++ b/content/db.js @@ -41,7 +41,7 @@ let DB = { showMessage(document, "Performing initial database provisioning ...", "db-warning ok"); throw "Init"; } else { - throw "CA Archive database has jast been updated, not ready or corrupted!"; + throw "CA Archive database has just been updated, not ready or corrupted!"; } } return true;