From a18bb0578d59b0a4427d5005ad869d18b20447c3 Mon Sep 17 00:00:00 2001 From: Ilya Brin Date: Sat, 4 Nov 2017 23:27:49 +0300 Subject: [PATCH] Typo fixed [ci skip] --- modules/ethereumNode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ethereumNode.js b/modules/ethereumNode.js index 731f20d7d..f3f8b49c0 100644 --- a/modules/ethereumNode.js +++ b/modules/ethereumNode.js @@ -515,7 +515,7 @@ class EthereumNode extends EventEmitter { // add node type nodelog = `Node type: ${nodeType}\n` + `Network: ${network}\n` + - `Platform: ${process.platform} (Architecure ${process.arch})\n\n${ + `Platform: ${process.platform} (Architecture ${process.arch})\n\n${ nodelog}`; dialog.showMessageBox({