From 25448f823e8c9408c6678346bcc1e15bc6eaa949 Mon Sep 17 00:00:00 2001 From: Andreas Brett Date: Tue, 19 Feb 2019 19:16:18 +0100 Subject: [PATCH] Fix typo (#1124) --- lib/state.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/state.js b/lib/state.js index 03eca684..4cb133da 100644 --- a/lib/state.js +++ b/lib/state.js @@ -40,7 +40,7 @@ class State { logger.debug(`Failed to load state from file ${this.file} (corrupt file?)`); } } else { - logger.debug(`Can't load state from file ${this.file} (doesn't exsist)`); + logger.debug(`Can't load state from file ${this.file} (doesn't exist)`); } }