diff --git a/bip-0322.mediawiki b/bip-0322.mediawiki
index 81ef896d..2e3e79ef 100644
--- a/bip-0322.mediawiki
+++ b/bip-0322.mediawiki
@@ -128,7 +128,7 @@ Signers who control an address ''A'' who wish to sign a message ''m'' act as fol
# They construct to_spend and to_sign as specified above, using the scriptPubKey of ''A'' for message_challenge and tagged hash of ''m'' as message_hash.
# Optionally, they may set nLockTime of to_sign or nSequence of its first input.
-# Optionally, they may add any additional outputs to to_sign that they wish to prove control of.
+# Optionally, they may add any additional inputs to to_sign that they wish to prove control of.
# They satisfy to_sign as they would any other transaction.
They then encode their signature, choosing either ''simple'' or ''full'' as follows: