Skip to content

Commit

Permalink
Merge pull request #5 from ThePumpingLemma/fix-typo
Browse files Browse the repository at this point in the history
Fix a typo in the error message.
  • Loading branch information
santthosh committed May 18, 2016
2 parents 5ad9af6 + e7982e7 commit dc128a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 .<region>.es.amazonaws.com or --region should be provided as an argument');
yargs.showHelp();
process.exit(1);
Expand Down

0 comments on commit dc128a0

Please sign in to comment.