From 20f4c791b63ae7362a179d6714a7cc21b724877b Mon Sep 17 00:00:00 2001 From: cubedro Date: Wed, 29 Apr 2015 23:59:50 +0300 Subject: [PATCH] fixed typo --- lib/node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node.js b/lib/node.js index bececbc..d869c99 100644 --- a/lib/node.js +++ b/lib/node.js @@ -137,7 +137,7 @@ Node.prototype.checkWeb3Connection = function() } catch(err) { - console.error('xx> Ethereum connection atempt #' + this.called++ + ' failed; ', err); + console.error('xx> Ethereum connection attempt #' + this.called++ + ' failed; ', err); process.nextTick( function() {