From 62179a37f76fab1cebffe80ca65628795e24ad4e Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Fri, 26 Aug 2016 15:08:02 -0700 Subject: Fix spelling error --- ui/app/components/network.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/app') diff --git a/ui/app/components/network.js b/ui/app/components/network.js index 2f1bf639a..6826e0685 100644 --- a/ui/app/components/network.js +++ b/ui/app/components/network.js @@ -61,7 +61,7 @@ Network.prototype.render = function () { style: { color: '#039396', }}, - 'Etherum Main Net'), + 'Ethereum Main Net'), ]) case 'morden-test-network': return h('.network-indicator', [ -- cgit