Skip to content

Commit 0a2f46b

Browse files
author
MarcoFalke
committed
Merge #11635: trivial: Fix typo – alreardy → already
7536b08 trivial: Fix typo – alreardy → already (practicalswift) Pull request description: Fix typo: alreardy → already. Tree-SHA512: b53f7540e516bb0a106873983aea8cb35f8e6690153b2c737ede79be7dae7b9e5f644859204ab6419de0f900ffac50bfdd775259b24ad8c12993b4c792fe836b
2 parents 77546a3 + 7536b08 commit 0a2f46b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ namespace {
170170
* BLOCK_FAILED_VALID blocks in a set should be just fine and work just as
171171
* well.
172172
*
173-
* Because we alreardy walk mapBlockIndex in height-order at startup, we go
173+
* Because we already walk mapBlockIndex in height-order at startup, we go
174174
* ahead and mark descendants of invalid blocks as FAILED_CHILD at that time,
175175
* instead of putting things in this set.
176176
*/

0 commit comments

Comments
 (0)