Fix another typo

This commit is contained in:
Yemel Jardi 2015-01-06 10:33:31 -03:00
parent bb3064d336
commit 884cae7349

View File

@ -229,7 +229,7 @@ describe('HDPublicKey interface', function() {
valid.should.equal(true);
});
it('validates illigal paths', function() {
it('validates illegal paths', function() {
var publicKey = new HDPublicKey(xpubkey);
var valid = publicKey.isValidPath('m/-1/12');
valid.should.equal(false);