Fix typo: recieved to received

This commit is contained in:
04cb 2026-03-01 22:38:18 +08:00
parent 649705d291
commit 746a17817e
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ func (m *ManagementService) logs(w http.ResponseWriter, r *http.Request) {
// Expect the first incoming request
startEvent, ok := IntoClientEvent[EventStartStreaming](event, StartStreaming)
if !ok {
m.log.Warn().Msgf("expected start_streaming as first recieved event")
m.log.Warn().Msgf("expected start_streaming as first received event")
m.log.Err(c.Close(StatusInvalidCommand, reasonInvalidCommand)).Send()
return
}