Skip to content

Commit

Permalink
Merge pull request ethereum#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 df9cd0c + a18bb05 commit 0107ff4
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 0107ff4

Please sign in to comment.