From b96fa154c0fdf5006ffe5bcc97fe89ae84a823fb Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Wed, 9 Jan 2019 20:07:27 -0700 Subject: [PATCH] Spelling --- core/door_party.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/door_party.js b/core/door_party.js index dcd6037e..df3d189f 100644 --- a/core/door_party.js +++ b/core/door_party.js @@ -137,7 +137,7 @@ exports.getModule = class DoorPartyModule extends MenuModule { self.client.log.warn( { error : err.message }, 'DoorParty error'); } - // if the client is stil here, go to previous + // if the client is still here, go to previous if(!clientTerminated) { self.prevMenu(); }