aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2017-11-08 13:03:10 -0500
committerMarcoFalke <falke.marco@gmail.com>2017-11-08 13:03:13 -0500
commit0a2f46b0158b6fc7244a585913b0925c0acf707f (patch)
tree383dddaaa9df8b89c445730beede25c857f39c24
parent77546a3182e5df622aa99446fc4ba8118db58351 (diff)
parent7536b08c1090f9ac1081d7e27379e9152989b52b (diff)
downloadbitcoin-0a2f46b0158b6fc7244a585913b0925c0acf707f.tar.xz
Merge #11635: trivial: Fix typo – alreardy → already
7536b08c1 trivial: Fix typo – alreardy → already (practicalswift) Pull request description: Fix typo: alreardy → already. Tree-SHA512: b53f7540e516bb0a106873983aea8cb35f8e6690153b2c737ede79be7dae7b9e5f644859204ab6419de0f900ffac50bfdd775259b24ad8c12993b4c792fe836b
-rw-r--r--src/validation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/validation.cpp b/src/validation.cpp
index a98036f03c..efabe6293f 100644
--- a/src/validation.cpp
+++ b/src/validation.cpp
@@ -170,7 +170,7 @@ namespace {
* BLOCK_FAILED_VALID blocks in a set should be just fine and work just as
* well.
*
- * Because we alreardy walk mapBlockIndex in height-order at startup, we go
+ * Because we already walk mapBlockIndex in height-order at startup, we go
* ahead and mark descendants of invalid blocks as FAILED_CHILD at that time,
* instead of putting things in this set.
*/