1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00

internal/server/ship_processor.go: typo fix.

This commit is contained in:
Henrik Hautakoski 2024-03-14 00:31:16 +01:00
parent fbbd7a1662
commit e8f2e79e5b

View file

@ -30,7 +30,7 @@ func logDecoratedEncoder(encoder message.Encoder) message.Encoder {
}
// A ShipProcessor will consume messages from a ship stream, convert the messages into
// thalos specfic ones, encode them and finally post them to an api.Writer
// thalos specific ones, encode them and finally post them to an api.Writer
type ShipProcessor struct {
// The ship stream to process.
shipStream *shipclient.Stream