diff --git a/lib/bip32.js b/lib/bip32.js index 953fa57..4e84fff 100644 --- a/lib/bip32.js +++ b/lib/bip32.js @@ -329,7 +329,7 @@ BIP32.prototype.toString = function() { function uint(f, size) { if (f.length < size) - throw new Error('gcnot enough data'); + throw new Error('not enough data'); var n = 0; for (var i = 0; i < size; i++) { n *= 256;