diff --git a/Sources/ZcashLightClientKit/Block/Validate/BlockValidator.swift b/Sources/ZcashLightClientKit/Block/Validate/BlockValidator.swift index c700b1cc..1b9c71eb 100644 --- a/Sources/ZcashLightClientKit/Block/Validate/BlockValidator.swift +++ b/Sources/ZcashLightClientKit/Block/Validate/BlockValidator.swift @@ -33,7 +33,7 @@ extension BlockValidatorImpl: BlockValidator { pushProgressReport(startTime: startTime, finishTime: Date()) logger.debug("validateChainFinished") } catch { - logger.debug("Validate chaing failed with \(error)") + logger.debug("Validate chain failed with \(error)") pushProgressReport(startTime: startTime, finishTime: Date()) throw error }