diff options
author | Lőrinc <pap.lorinc@gmail.com> | 2024-08-22 22:42:53 +0200 |
---|---|---|
committer | Lőrinc <pap.lorinc@gmail.com> | 2024-08-28 18:42:10 +0200 |
commit | f9a08f35a537fd3a61a3898ff1f0b30d81e64afe (patch) | |
tree | ab7dda263bc49aed3bf178efaa820a116aeb2a23 /src/test/util | |
parent | 4ee1940e849efe8fb1510b11d78399231df4b578 (diff) |
doc: fix a few simple codespell warnings
Diffstat (limited to 'src/test/util')
-rw-r--r-- | src/test/util/cluster_linearize.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/util/cluster_linearize.h b/src/test/util/cluster_linearize.h index 508a08133c..9477d2ed41 100644 --- a/src/test/util/cluster_linearize.h +++ b/src/test/util/cluster_linearize.h @@ -155,7 +155,7 @@ struct DepGraphFormatter // Ignore transactions which are already known to be ancestors. if (depgraph.Descendants(dep_idx).Overlaps(written_parents)) continue; if (depgraph.Ancestors(idx)[dep_idx]) { - // When an actual parent is encounted, encode how many non-parents were skipped + // When an actual parent is encountered, encode how many non-parents were skipped // before it. s << VARINT(diff); diff = 0; |