From 4d47a05a81e7bda36efa7d1dd30374aa53632c80 Mon Sep 17 00:00:00 2001 From: Amish Shah Date: Wed, 16 Dec 2015 16:32:00 +0000 Subject: [PATCH] spelling --- entrypoint.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.js b/entrypoint.js index ac9bfadb1..d0ea4215f 100644 --- a/entrypoint.js +++ b/entrypoint.js @@ -21,8 +21,8 @@ if((major == 0 && minor < 12) || (major == 0 && minor == 12 && patch < 7)) { if(!process.env.OVERRIDE_DISCORD_MIN_VERSION) { throw new Error( "discord.js doesn't support node versions less than 0.12.7.\n"+ - "If you /really/ want to run it on this node " + process.version + ", then set OVERRIDE_DISCORD_MIN_VERSION enviroment variable.\n"+ - "However, this is unsupported and WILL cause problems." + "If you /really/ want to run it on this node " + process.version + ", then set OVERRIDE_DISCORD_MIN_VERSION an an environment variable.\n"+ + "This is unsupported and WILL cause problems." ) } }