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: