1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-08 09:45:57 +01:00

Fix typo in error message.

This commit is contained in:
Juliusz Chroboczek 2023-12-09 17:32:16 +01:00
parent 00fbfafeeb
commit 1c042b55af

View file

@ -2060,7 +2060,7 @@ func clientWriter(conn *websocket.Conn, ch <-chan interface{}, done chan<- struc
}
return
default:
log.Printf("clientWiter: unexpected message %T", m)
log.Printf("clientWriter: unexpected message %T", m)
return
}
}