diff --git a/bip-xxxx.mediawiki b/bip-xxxx.mediawiki index 440f6998..e3a32885 100644 --- a/bip-xxxx.mediawiki +++ b/bip-xxxx.mediawiki @@ -172,7 +172,7 @@ The sender should check the payjoin proposal before signing it to prevent a mali * Check that any inputs added by the receiver are finalized. * Check that the transaction version, and nLockTime are unchanged. * Check that the sender's inputs' sequence numbers are unchanged. -* If the sender's inputs' sequence numbers the homogenous, check that the receiver's contributed inputs match those. +* If the sender's inputs' sequence numbers are all the same, check that the receiver's contributed inputs match those. * Check that the sender's own outputs have not been modified, except for paying increased fee, or by simple shuffling. * If sender specified additionalfeeoutputindex= (see later), the fee should have been subtracted from the output at the same index in the original PSBT. * If minfeerate was specified, check that the estimated fee rate of the payjoin proposal is not less than this value.