From 1dd606c9a15e82f186046a94cdce0244f279f7ce Mon Sep 17 00:00:00 2001 From: Sebastian Falbesoner Date: Sat, 2 May 2020 12:45:18 +0200 Subject: [PATCH] wallet: fix typo in wallet_can_spend() comment --- wallet/wallet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallet/wallet.h b/wallet/wallet.h index 540c26e0e..c3883ee07 100644 --- a/wallet/wallet.h +++ b/wallet/wallet.h @@ -422,7 +422,7 @@ void wallet_confirm_utxos(struct wallet *w, const struct utxo **utxos); * * FIXME: This is very slow with lots of inputs! * - * @w: (in) allet holding the pubkeys to check against (privkeys are on HSM) + * @w: (in) wallet holding the pubkeys to check against (privkeys are on HSM) * @script: (in) the script to check * @index: (out) the bip32 derivation index that matched the script * @output_is_p2sh: (out) whether the script is a p2sh, or p2wpkh