A huge amount more spelling corrections

This commit is contained in:
GigaFyde 2020-02-26 13:46:10 +01:00
parent addead5005
commit b31036147d
18 changed files with 69 additions and 69 deletions

View file

@ -13,7 +13,7 @@ type Peer struct {
mu sync.Mutex
}
func (peer *Peer) SignalAnwser(sdp string) error {
func (peer *Peer) SignalAnswer(sdp string) error {
return peer.connection.SetRemoteDescription(webrtc.SessionDescription{SDP: sdp, Type: webrtc.SDPTypeAnswer})
}