Skip to content

Commit 2d9e431

Browse files
[trivial]: Correct spellings across bips (bitcoin#675)
Co-authored-by: Mark "Murch" Erhardt <[email protected]>
1 parent 8b28941 commit 2d9e431

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bip-0035.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Make a network node's transaction memory pool accessible via a new "mempool" mes
1616

1717
==Motivation==
1818

19-
Several use cases make it desireable to expose a network node's transaction memory pool:
19+
Several use cases make it desirable to expose a network node's transaction memory pool:
2020
# SPV clients, wishing to obtain zero-confirmation transactions sent or received.
2121
# Miners, to avoid missing lucrative fees, downloading existing network transactions after a restart.
2222
# Remote network diagnostics.

bip-0080.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Each level has a special meaning, described in the chapters below.
3535

3636
===Purpose===
3737

38-
Purpose is a constant set following the BIP43 recommendation to: the ASCII value of "80" with the most signifigant bit set to indicate hardened derivation (0x80000050). It indicates that the subtree of this node is used according to this specification.
38+
Purpose is a constant set following the BIP43 recommendation to: the ASCII value of "80" with the most significant bit set to indicate hardened derivation (0x80000050). It indicates that the subtree of this node is used according to this specification.
3939

4040
Hardened derivation is used at this level.
4141

bip-0081.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Each level has a special meaning, described in the chapters below.
3535

3636
===Purpose===
3737

38-
Purpose is a constant set following the BIP43 recommendation to: the ASCII value of "81" with the most signifigant bit set to indicate hardened derivation (0x80000051). It indicates that the subtree of this node is used according to this specification.
38+
Purpose is a constant set following the BIP43 recommendation to: the ASCII value of "81" with the most significant bit set to indicate hardened derivation (0x80000051). It indicates that the subtree of this node is used according to this specification.
3939

4040
Hardened derivation is used at this level.
4141

bip-0174.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ A MIME type name will be added to this document once one has been registered.
800800
==Extensibility==
801801

802802
The Partially Signed Transaction format can be extended in the future by adding
803-
new types for key-value pairs. Backwards compatibilty will still be maintained as those new
803+
new types for key-value pairs. Backwards compatibility will still be maintained as those new
804804
types will be ignored and passed-through by signers which do not know about them.
805805

806806
===Version Numbers===

0 commit comments

Comments
 (0)