Skip to content

Commit 9f8f201

Browse files
committed
LNPBP-6: fix typos
1 parent e55f10a commit 9f8f201

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lnpbp-0006.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ serialization rules (see LNPBP-7):
9393
- `0x03 = TaprootScript`: a Merkle root of the script spending path
9494
of the taproot output or a value of a tweak applied to the internal
9595
taproot key if and only if this tweak is not a self-tweak. Must be
96-
followed by exatly 32 bytes (without length prefix) of the tweak
96+
followed by exactly 32 bytes (without length prefix) of the tweak
9797
data in little endinan order.
9898

9999
The list of `script_info` variants is non-exhaustive. If a future version of
100-
script info varian byte is met the deserialization of anchor data MUST fail
100+
script info variant byte is met the deserialization of anchor data MUST fail
101101
with explicit error and the anchor MUST not be verified.
102102

103103
If the anchor data does not match the provided script pubkey (for instance,
@@ -111,7 +111,7 @@ Anchor data contain extra information which is not required for the DBC
111111
validation and represents additional proofs for non-DBC validation procedures.
112112
This information is contained in `commitment` field of the *anchor* data
113113
structure containing LNPBP-4 multi-message commitment entrypy value, used
114-
for proving the absense of some specific protocol within the commitment tree.
114+
for proving the absence of some specific protocol within the commitment tree.
115115
This information MAY be discarded for privacy reasons when the *anchor* data
116116
are passed to a third-party with a special *conceal* procedure as described
117117
in LNPBP-4 and LNPBP-9 standards.

0 commit comments

Comments
 (0)