fixed typo

This commit is contained in:
cubedro 2015-04-29 23:59:50 +03:00
parent a018768f01
commit 20f4c791b6
1 changed files with 1 additions and 1 deletions

View File

@ -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()
{