From 64459eca10b58ea6932102634a41c53747bfdf0d Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Wed, 1 Nov 2023 21:46:00 +0100 Subject: [PATCH] app/ship_processor.go: typo fix. --- app/ship_processor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ship_processor.go b/app/ship_processor.go index 7d2fe39..1e5abb1 100644 --- a/app/ship_processor.go +++ b/app/ship_processor.go @@ -274,7 +274,7 @@ func (processor *ShipProcessor) processBlock(block *ship.GetBlocksResultV0) { } } -// Close closes the writer assciated with the processor. +// Close closes the writer associated with the processor. func (processor *ShipProcessor) Close() error { return processor.writer.Close() }