docs: fix typos

This commit is contained in:
bitcoin-lightning
2023-12-21 15:21:35 +00:00
parent 30348baedc
commit b72fc9529e
6 changed files with 8 additions and 8 deletions

View File

@@ -287,7 +287,7 @@ func TestTaprootSenderHtlcSpend(t *testing.T) {
// Valid spend with the revocation key, sighash all.
{
name: "revocation spend vaild sighash all",
name: "revocation spend valid sighash all",
witnessGen: htlcSenderRevocationWitnessGen(
txscript.SigHashAll, htlcScriptTree,
),
@@ -296,7 +296,7 @@ func TestTaprootSenderHtlcSpend(t *testing.T) {
// Valid spend with the revocation key, sighash default.
{
name: "revocation spend vaild sighash default",
name: "revocation spend valid sighash default",
witnessGen: htlcSenderRevocationWitnessGen(
txscript.SigHashDefault, htlcScriptTree,
),
@@ -306,7 +306,7 @@ func TestTaprootSenderHtlcSpend(t *testing.T) {
// Valid spend with the revocation key, sighash single+anyone
// can pay.
{
name: "revocation spend vaild sighash " +
name: "revocation spend valid sighash " +
"single|anyonecanpay",
witnessGen: htlcSenderRevocationWitnessGen(
txscript.SigHashSingle|