From 7536b08c1090f9ac1081d7e27379e9152989b52b Mon Sep 17 00:00:00 2001 From: practicalswift Date: Wed, 8 Nov 2017 11:35:37 +0100 Subject: [PATCH] =?UTF-8?q?trivial:=20Fix=20typo=20=E2=80=93=20alreardy=20?= =?UTF-8?q?=E2=86=92=20already?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/validation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */