From 6e767e175ee28c2c800a13bb0b48e167dafa29dd Mon Sep 17 00:00:00 2001 From: Alexander Blair Date: Wed, 1 Nov 2017 10:34:18 -0700 Subject: [PATCH] Stupid grammar. --- lib/local_comms.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/local_comms.js b/lib/local_comms.js index 7a256a6..947ec15 100644 --- a/lib/local_comms.js +++ b/lib/local_comms.js @@ -678,7 +678,7 @@ function Database(){ global.database.env.sync(function(){ }); } else { - console.log("Block cleaning disabled. Would of removed: " + JSON.stringify(data)); + console.log("Block cleaning disabled. Would have removed: " + JSON.stringify(data)); } }); };