From 3d7ba837bb216dc7c44bd837a335fdedb40dfa25 Mon Sep 17 00:00:00 2001 From: "David A. Harding" Date: Thu, 19 Feb 2015 07:22:17 -0500 Subject: [PATCH] =?UTF-8?q?Dev=20Docs:=20Fix=20a->an=20typo=20(thanks=20Sa?= =?UTF-8?q?=C3=AFvann!)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _includes/guide_p2p_network.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/guide_p2p_network.md b/_includes/guide_p2p_network.md index 2a1c38ae..ea3dd2c0 100644 --- a/_includes/guide_p2p_network.md +++ b/_includes/guide_p2p_network.md @@ -315,7 +315,7 @@ to the reference page for that message. {% autocrossref %} -Bitcoin Core 0.10.0 uses a initial block download (IBD) method called +Bitcoin Core 0.10.0 uses an initial block download (IBD) method called *headers-first*. The goal is to download the headers for the best [header chain][]{:#term-header-chain}{:.term}, partially validate them as best as possible, and then download the corresponding blocks in parallel. This