Skip to content

Commit 1a21e9d

Browse files
committed
LNPBP-2: fix typos
1 parent c89aff9 commit 1a21e9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lnpbp-0002.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ The **reveal protocol** is usually run between the committing and verifying
170170
parties; however it may be used by the committing party to make the proofs
171171
of the commitment public. These proofs include:
172172
* `scriptPubkey` from the transaction output containing the commitment;
173-
* *original message* `msg` to which the *comitting party* has committed;
173+
* *original message* `msg` to which the *committing party* has committed;
174174
* *extra-transaction proof* (ETP), constructed at the 5th step of the
175175
[commitment protocol](#commitment);
176176
* (optional) proofs that the `scriptPubkey` is a part of a transaction
@@ -325,7 +325,7 @@ key to spend the output.
325325
With Taproot we can't tweak the public key contained in the `scriptPubkey`
326326
directly since it will invalidate its commitment to the Tapscript and to the
327327
intermediate key, rendering output unspendable. Thus, we put tweak into the
328-
underlying intermediate public key as the only avaliable option.
328+
underlying intermediate public key as the only available option.
329329

330330

331331
## Reference implementation

0 commit comments

Comments
 (0)