diff --git a/src.ts/wallet/wallet.ts b/src.ts/wallet/wallet.ts index bf70be082a..ed17f79f9b 100644 --- a/src.ts/wallet/wallet.ts +++ b/src.ts/wallet/wallet.ts @@ -141,7 +141,7 @@ export class Wallet extends BaseWallet { } /** - * Creates a new random [[HDNodeWallet]] using the avavilable + * Creates a new random [[HDNodeWallet]] using the available * [cryptographic random source](randomBytes). * * If there is no crytographic random source, this will throw.