Skip to content

Commit

Permalink
Fix a typo in the error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Grochowski committed Apr 29, 2016
1 parent 5ad9af6 commit e7982e7
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 e7982e7

Please sign in to comment.