Skip to content

Commit 6295c1a

Browse files
meshcolliderluke-jr
authored andcommitted
Fixing spelling in multiple BIPs
1 parent b501de4 commit 6295c1a

15 files changed

+19
-19
lines changed

bip-0009.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ referred to as MTP in the diagram above, and is treated as a monotonic clock def
113113
After a period in the STARTED state, if we're past the timeout, we switch to FAILED. If not, we tally the bits set,
114114
and transition to LOCKED_IN if a sufficient number of blocks in the past period set the deployment bit in their
115115
version numbers. The threshold is ≥1916 blocks (95% of 2016), or ≥1512 for testnet (75% of 2016).
116-
The transition to FAILED takes precendence, as otherwise an ambiguity can arise.
116+
The transition to FAILED takes precedence, as otherwise an ambiguity can arise.
117117
There could be two non-overlapping deployments on the same bit, where the first one transitions to LOCKED_IN while the
118118
other one simultaneously transitions to STARTED, which would mean both would demand setting the bit.
119119

bip-0019.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ But only for n less than or equal to 3.
4646
These transactions are redeemed using a standard scriptSig:
4747
...signatures...
4848

49-
The current Satoshi bitcoin client does not relay or mine transactions with scriptSigs larger than 200 bytes; to accomodate 3-signature transactions, this will be increased to 500 bytes.
49+
The current Satoshi bitcoin client does not relay or mine transactions with scriptSigs larger than 200 bytes; to accommodate 3-signature transactions, this will be increased to 500 bytes.
5050

5151
===Templates===
5252
scriptPubKey:

bip-0032.mediawiki

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ In case I<sub>L</sub> is 0 or ≥n, the master key is invalid.
156156

157157
==Specification: Wallet structure==
158158

159-
The previous sections specified key trees and their nodes. The next step is imposing a wallet structure on this tree. The layout defined in this section is a default only, though clients are encouraged to mimick it for compatibility, even if not all features are supported.
159+
The previous sections specified key trees and their nodes. The next step is imposing a wallet structure on this tree. The layout defined in this section is a default only, though clients are encouraged to mimic it for compatibility, even if not all features are supported.
160160

161161
===The default wallet layout===
162162

@@ -292,7 +292,7 @@ hdkeychain (https://github.com/conformal/btcutil/tree/master/hdkeychain) provide
292292

293293
Two JavaScript implementations exist: available at https://github.com/sarchar/brainwallet.github.com/tree/bip32 and https://github.com/bitpay/bitcore
294294

295-
A PHP implemetation is available at https://github.com/Bit-Wasp/bitcoin-lib-php
295+
A PHP implementation is available at https://github.com/Bit-Wasp/bitcoin-lib-php
296296

297297
A C# implementation is available at https://github.com/NicolasDorier/NBitcoin (ExtKey, ExtPubKey)
298298

bip-0039.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ BIP-0032 or similar methods.
2525
==Motivation==
2626

2727
A mnemonic code or sentence is superior for human interaction compared to the
28-
handling of raw binary or hexidecimal representations of a wallet seed. The
28+
handling of raw binary or hexadecimal representations of a wallet seed. The
2929
sentence could be written on paper or spoken over the telephone.
3030

3131
This guide is meant to be a way to transport computer-generated randomness with

bip-0045.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ an external chain by generating a new address.
192192

193193
===Rationale===
194194

195-
This stucture provides a general way of doing HDPM wallets between m-of-n
195+
This structure provides a general way of doing HDPM wallets between m-of-n
196196
parties. Here are some explanations about the design decisions made.
197197

198198
The reason for using separate branches for each cosigner is we don't want

bip-0047.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ A recipient specifies their preference for alternate notification by setting the
312312

313313
===Bitmessage Notification===
314314

315-
A recipient prefers to receive notifications via Bitmessage indiates this preference by:
315+
A recipient which prefers to receive notifications via Bitmessage indicates this preference by:
316316

317317
* Setting bit 0 of the features byte to 1
318318
* Setting byte 67 of the serialized payment code to the desired Bitmessage address version

bip-0065.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ There exist a number of protocols where a transaction output is created that
9494
requires the co-operation of both parties to spend the output. To ensure the
9595
failure of one party does not result in the funds becoming lost, refund
9696
transactions are setup in advance using nLockTime. These refund transactions
97-
need to be created interactively, and additionaly, are currently vulnerable to
97+
need to be created interactively, and additionally, are currently vulnerable to
9898
transaction malleability. CHECKLOCKTIMEVERIFY can be used in these protocols,
9999
replacing the interactive setup with a non-interactive setup, and additionally,
100100
making transaction malleability a non-issue.

bip-0075.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ message ProtocolMessage {
174174
===Versioning===
175175
This BIP introduces version 1 of this protocol. All messages sent using these base requirements MUST use a value of 1 for the version number. Any future BIPs that modify this protocol (encryption schemes, etc) MUST each increment the version number by 1.
176176

177-
When initiating communication, the version field of the first message SHOULD be set to the highest verison number the sender understands. All clients MUST be able to understand all version numbers less than the highest number they support. If a client receives a message with a version number higher than they understand, they MUST send the message back to the sender with a status code of 101 ("version too high") and the version field set to the highest version number the recipient understands. The sender must then resend the original message using the same version number returned by the recipient or abort.
177+
When initiating communication, the version field of the first message SHOULD be set to the highest version number the sender understands. All clients MUST be able to understand all version numbers less than the highest number they support. If a client receives a message with a version number higher than they understand, they MUST send the message back to the sender with a status code of 101 ("version too high") and the version field set to the highest version number the recipient understands. The sender must then resend the original message using the same version number returned by the recipient or abort.
178178

179179
===EncryptedProtocolMessage===
180180
The '''EncryptedProtocolMessage''' message is an encapsualting wrapper for any Payment Protocol message. It allows two-way, authenticated and encrypted communication of Payment Protocol messages in order to keep their contents secret. The message also includes a status code and status message that is used for error communication such that the protocol does not rely on transport-layer error handling.

bip-0080.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Hardened derivation is used at this level.
5959

6060
Public/private keypairs are numbered from index 0 in sequentially increasing manner. This number is used as child index in BIP32 derivation.
6161

62-
Public keys obtained at this level of the heirarchy are used to construct multisig deposit scripts, using a schema that is shared between the members as an out-of-band contract.
62+
Public keys obtained at this level of the hierarchy are used to construct multisig deposit scripts, using a schema that is shared between the members as an out-of-band contract.
6363

6464
Public derivation is used at this level.
6565

bip-0081.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Public derivation is used at these levels, even when the index exceeds 2^31.
5555

5656
Public/private keypairs are numbered from index 0 in sequentially increasing manner. This number is used as child index in BIP32 derivation.
5757

58-
Public keys obtained at this level of the heirarchy are used to construct multisig deposit scripts, using a schema that is shared between the members as an out-of-band contract.
58+
Public keys obtained at this level of the hierarchy are used to construct multisig deposit scripts, using a schema that is shared between the members as an out-of-band contract.
5959

6060
Public derivation is used at this level.
6161

0 commit comments

Comments
 (0)