Skip to content

Commit 0e0de94

Browse files
committed
Merge bitcoin/bitcoin#30700: doc: fix CI codespell warnings
837fbca Update spelling.ignore-words (Lőrinc) f9a08f3 doc: fix a few simple codespell warnings (Lőrinc) Pull request description: Can be checked locally by running `test/lint/lint-spelling.py` ACKs for top commit: maflcko: lgtm ACK 837fbca jonatack: ACK 837fbca Tree-SHA512: a83c78b9de4085749b916ffd255a9e72ffed06f09736ccff2dd4a4436d1fae7b22b1fb6073b0ce59ecb5bfdef4e43271494dadf3824647a42a4f26c26f092364
2 parents 4ae3be7 + 837fbca commit 0e0de94

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

src/consensus/params.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ struct Params {
109109
uint256 powLimit;
110110
bool fPowAllowMinDifficultyBlocks;
111111
/**
112-
* Enfore BIP94 timewarp attack mitigation. On testnet4 this also enforces
112+
* Enforce BIP94 timewarp attack mitigation. On testnet4 this also enforces
113113
* the block storm mitigation.
114114
*/
115115
bool enforce_BIP94;

src/test/util/cluster_linearize.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ struct DepGraphFormatter
155155
// Ignore transactions which are already known to be ancestors.
156156
if (depgraph.Descendants(dep_idx).Overlaps(written_parents)) continue;
157157
if (depgraph.Ancestors(idx)[dep_idx]) {
158-
// When an actual parent is encounted, encode how many non-parents were skipped
158+
// When an actual parent is encountered, encode how many non-parents were skipped
159159
// before it.
160160
s << VARINT(diff);
161161
diff = 0;

test/lint/spelling.ignore-words.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
afile
22
amountIn
33
asend
4-
ba
54
blockin
65
bu
76
cachable
@@ -13,14 +12,14 @@ fo
1312
fpr
1413
hashIn
1514
hights
16-
inflight
15+
incomin
1716
invokable
18-
keypair
1917
lief
2018
mor
2119
nd
2220
nin
2321
outIn
22+
re-use
2423
requestor
2524
ser
2625
siz
@@ -29,5 +28,4 @@ unparseable
2928
unser
3029
useable
3130
viewIn
32-
warmup
33-
wit
31+
wit

0 commit comments

Comments
 (0)