1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-07-04 12:03:41 +02:00

app/ship_processor.go: typo fix.

This commit is contained in:
Henrik Hautakoski 2023-11-01 21:46:00 +01:00
parent 2acae14ff8
commit 64459eca10

View file

@ -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 { func (processor *ShipProcessor) Close() error {
return processor.writer.Close() return processor.writer.Close()
} }