Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
agbpatro committed Nov 19, 2024
1 parent 1b3fba3 commit 0709955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/streaming/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ func (s *Server) dispatchConnectivityEvent(sm *SocketManager, serializer *teleme
return nil
}

// creating streamMessage is hack to satify input reqirements for telemetry.NewRecord
// creating streamMessage is hack to satisfy input reqirements for telemetry.NewRecord
streamMessage := messages.StreamMessage{
TXID: []byte(sm.UUID),
SenderID: []byte(sm.requestIdentity.SenderID),
Expand Down

0 comments on commit 0709955

Please sign in to comment.