From 2dfda48b94f93bbd117bf06334c5c444b7ed736b Mon Sep 17 00:00:00 2001 From: Alex Bosworth Date: Wed, 11 Jan 2017 13:21:14 -0800 Subject: [PATCH] Correct typo --- blockchain/blocklocator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockchain/blocklocator.go b/blockchain/blocklocator.go index c7b2bb96..1182c9a3 100644 --- a/blockchain/blocklocator.go +++ b/blockchain/blocklocator.go @@ -28,7 +28,7 @@ import ( type BlockLocator []*chainhash.Hash // blockLocatorFromHash returns a block locator for the passed block hash. -// See BlockLocator for details on the algotirhm used to create a block locator. +// See BlockLocator for details on the algorithm used to create a block locator. // // In addition to the general algorithm referenced above, there are a couple of // special cases which are handled: