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:
parent
00fbfafeeb
commit
1c042b55af
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue