Skip to content

Commit

Permalink
internal/server/ship_processor.go: typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
pnx committed Mar 13, 2024
1 parent fbbd7a1 commit e8f2e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/server/ship_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8f2e79

Please sign in to comment.