aboutsummaryrefslogtreecommitdiff
path: root/src/validation.cpp
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2017-11-08 11:35:37 +0100
committerpracticalswift <practicalswift@users.noreply.github.com>2017-11-08 11:36:18 +0100
commit7536b08c1090f9ac1081d7e27379e9152989b52b (patch)
tree383dddaaa9df8b89c445730beede25c857f39c24 /src/validation.cpp
parent77546a3182e5df622aa99446fc4ba8118db58351 (diff)
downloadbitcoin-7536b08c1090f9ac1081d7e27379e9152989b52b.tar.xz
trivial: Fix typo – alreardy → already
Diffstat (limited to 'src/validation.cpp')
-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.
*/