Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #3246 from myforx/develop
Browse files Browse the repository at this point in the history
Typo fixed [ci skip]
  • Loading branch information
evertonfraga authored Nov 15, 2017
2 parents a8a9b54 + c27ed2e commit bde4200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ethereumNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit bde4200

Please sign in to comment.