diff --git a/app/bin/startMEW.js b/app/bin/startMEW.js index 7303a367fe..b380e0fe59 100755 --- a/app/bin/startMEW.js +++ b/app/bin/startMEW.js @@ -1,5 +1,5 @@ #! /usr/bin/env node var open = require("open"); -var seperator = process.platform=="win32" ? "\\" : "/"; -open(require('path').dirname(require.main.filename)+seperator+".."+seperator+"index.html"); +var separator = process.platform=="win32" ? "\\" : "/"; +open(require('path').dirname(require.main.filename)+separator+".."+separator+"index.html"); diff --git a/app/includes/helpers.tpl b/app/includes/helpers.tpl index 2cb479ecde..0e3d90b17f 100644 --- a/app/includes/helpers.tpl +++ b/app/includes/helpers.tpl @@ -293,7 +293,7 @@

- Convert Decimal to Hexidecimal and Hex to Decimal + Convert Decimal to Hexadecimal and Hex to Decimal