Skip to content

Commit

Permalink
Merge pull request observing#14 from meszaros-lajos-gyorgy/master
Browse files Browse the repository at this point in the history
Corrected 3 grammar mistakes
  • Loading branch information
3rd-Eden committed Jun 22, 2015
2 parents 69417d7 + c93d1d2 commit 6bfac2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/thor
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cli.usage('[options] ws://localhost')
//
if (!cli.args.length) return [
'Thor:'
, 'Odin is disapointed you... pithy human! You forgot to supply the urls.'
, 'Odin is disappointed in you... pity human! You forgot to supply the urls.'
].forEach(function stderr(line) {
console.error(line);
});
Expand Down

0 comments on commit 6bfac2e

Please sign in to comment.