From e7982e7c06d389202275c73a789030d4f8abd48d Mon Sep 17 00:00:00 2001 From: David Grochowski Date: Fri, 29 Apr 2016 18:57:25 -0400 Subject: [PATCH] Fix a typo in the error message. --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 94f10ca..65113b4 100644 --- a/index.js +++ b/index.js @@ -49,7 +49,7 @@ if (!REGION) { if (m) { REGION = m[1]; } else { - console.error('region cannot be parsed from endpoint address, etiher the endpoint must end ' + + console.error('region cannot be parsed from endpoint address, either the endpoint must end ' + 'in ..es.amazonaws.com or --region should be provided as an argument'); yargs.showHelp(); process.exit(1);