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() }