From e222ae08c4c6bba92759fce7fcacf1969bb86a44 Mon Sep 17 00:00:00 2001 From: Yemel Jardi Date: Wed, 7 Jan 2015 12:19:41 -0300 Subject: [PATCH] fix typo --- lib/hdprivatekey.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hdprivatekey.js b/lib/hdprivatekey.js index b8409f8..bad8034 100644 --- a/lib/hdprivatekey.js +++ b/lib/hdprivatekey.js @@ -88,7 +88,7 @@ HDPrivateKey.isValidPath = function(arg, hardened) { /** * Internal function that splits a string path into a derivation index array. * It will return null if the string path is malformed. - * It does not validates if a indexes are in bounds. + * It does not validate if indexes are in bounds. * * @param {string} path * @return {Array}