Skip to content

Commit f9a08f3

Browse files
committed
doc: fix a few simple codespell warnings
1 parent 4ee1940 commit f9a08f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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;

0 commit comments

Comments
 (0)