aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2017-11-08 13:03:10 -0500
committerMarcoFalke <[email protected]>2017-11-08 13:03:13 -0500
commit0a2f46b0158b6fc7244a585913b0925c0acf707f (patch)
tree383dddaaa9df8b89c445730beede25c857f39c24 /src
parentMerge #11289: Add wallet backup text to import* and add* RPCs (diff)
parenttrivial: Fix typo – alreardy → already (diff)
downloaddiscoin-0a2f46b0158b6fc7244a585913b0925c0acf707f.tar.xz
discoin-0a2f46b0158b6fc7244a585913b0925c0acf707f.zip
Merge #11635: trivial: Fix typo – alreardy → already
7536b08c1 trivial: Fix typo – alreardy → already (practicalswift) Pull request description: Fix typo: alreardy → already. Tree-SHA512: b53f7540e516bb0a106873983aea8cb35f8e6690153b2c737ede79be7dae7b9e5f644859204ab6419de0f900ffac50bfdd775259b24ad8c12993b4c792fe836b
Diffstat (limited to 'src')
-rw-r--r--src/validation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/validation.cpp b/src/validation.cpp
index a98036f03..efabe6293 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.
*/