Apply typo fixes from @tcharding

Co-authored-by: Tobin C. Harding <me@tobin.cc>
This commit is contained in:
Lloyd Fournier
2021-02-12 10:20:11 +11:00
committed by LLFourn
parent 1fbfeabd77
commit 7c1dcd8a72
2 changed files with 3 additions and 3 deletions

View File

@@ -2380,7 +2380,7 @@ mod test {
builder
.add_foreign_utxo(utxo2.outpoint, psbt_input2, satisfaction_weight)
.is_ok(),
"shoulld be ok when outpoing does match psbt_input"
"shoulld be ok when outpoint does match psbt_input"
);
}