Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

[trivial] Catch typos #1772

Merged
merged 1 commit into from
Apr 16, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/bin/startMEW.js
Original file line number Diff line number Diff line change
@@ -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");
2 changes: 1 addition & 1 deletion app/includes/helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@


<h1>
Convert Decimal to Hexidecimal and Hex to Decimal
Convert Decimal to Hexadecimal and Hex to Decimal
</h1>
<div class="form-group">
<label>
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/constants/darkListConst.js
Original file line number Diff line number Diff line change
Expand Up @@ -1363,7 +1363,7 @@ const darklist = function() {
},
{
address: "0xbb53be0690ae7256833099a1f01125eb33445692",
comment: "Fake EtherDelta Andriod app, phishing for private keys",
comment: "Fake EtherDelta Android app, phishing for private keys",
date: "2018-03-12"
},
{
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/customGas.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ msg: ' APIS token sale - https://apisplatform.io'
to: '0xe933c0Cd9784414d5F278C114904F5A84b396919',
gasLimit: 200000,
data: '',
msg: 'WhoHas-Token Sale. Please register through our offical website: https://whohas.io/'
msg: 'WhoHas-Token Sale. Please register through our official website: https://whohas.io/'
},{
// WHEN (₩) Token Sale
to: '0xf4fe95603881d0e07954fd7605e0e9a916e42c44',
Expand Down
6 changes: 3 additions & 3 deletions app/scripts/staticJS/trezorConnect.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ function TrezorConnect() {
}, requiredFirmware), callback);
};

// new implementation with ethereum at beginnig
// new implementation with ethereum at beginning
this.ethereumSignTx = function() {
this.signEthereumTx.apply(this, arguments);
}
Expand Down Expand Up @@ -378,7 +378,7 @@ function TrezorConnect() {
/**
* Sign a message
*
* @param {string|array} path
* @param {string|array} path
* @param {string} message to sign (ascii)
* @param {string|function(SignMessageResult)} callback
* @param {?string} opt_coin - (optional) name of coin (default Bitcoin)
Expand Down Expand Up @@ -608,7 +608,7 @@ function TrezorConnect() {
* Display address on device
*
* @param {array} address
* @param {string} coin
* @param {string} coin
* @param {boolean} segwit
* @param {?(string|array<number>)} requiredFirmware
*
Expand Down