Skip to content

Commit 56bde55

Browse files
committed
Fix doc spelling
1 parent 2d98d17 commit 56bde55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/psbt/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -815,10 +815,10 @@ impl PsbtExt for Psbt {
815815

816816
/// Extension trait for PSBT inputs
817817
pub trait PsbtInputExt {
818-
/// Given the decriptor for utxo being spent, populate the input with all the required fields to
818+
/// Given the descriptor for utxo being spent, populate the input with all the required fields to
819819
/// spend it.
820820
///
821-
/// If the descriptor contains wilcards or otherwise cannot be transformed into a concrete
821+
/// If the descriptor contains wildcards or otherwise cannot be transformed into a concrete
822822
/// descriptor an error will returned. The descriptor *can* (and should) have extended keys in
823823
/// it so PSBT fields like `bip32_derivation` and `tap_key_origins` can be populated.
824824
///

0 commit comments

Comments
 (0)