From e8f2e79e5b958c23730b9f5073d5c4aed63e292b Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 14 Mar 2024 00:31:16 +0100 Subject: [PATCH] internal/server/ship_processor.go: typo fix. --- internal/server/ship_processor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/server/ship_processor.go b/internal/server/ship_processor.go index 49470a6..eac7a1f 100644 --- a/internal/server/ship_processor.go +++ b/internal/server/ship_processor.go @@ -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