From c93d1d2bea3122366fc75b3fb4a7a49d262dba30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lajos=20Gy=C3=B6rgy=20M=C3=A9sz=C3=A1ros?= Date: Mon, 22 Jun 2015 11:10:13 +0200 Subject: [PATCH] Corrected 3 grammar mistakes --- bin/thor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/thor b/bin/thor index 02a3e11..9db08f2 100755 --- a/bin/thor +++ b/bin/thor @@ -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); });