diff --git a/src/Tizen.Multimedia.Remoting/WebRTC/WebRTC.cs b/src/Tizen.Multimedia.Remoting/WebRTC/WebRTC.cs index 7dce7df9c67..0590d0f0faa 100755 --- a/src/Tizen.Multimedia.Remoting/WebRTC/WebRTC.cs +++ b/src/Tizen.Multimedia.Remoting/WebRTC/WebRTC.cs @@ -332,7 +332,7 @@ public void SetLocalDescription(string description) /// /// Gets the session description for a local peer. /// - /// The local session descriptino string + /// The local session description string /// The WebRTC has already been disposed. /// /// 12 @@ -380,7 +380,7 @@ public void SetRemoteDescription(string description) /// /// Gets the session description of the remote peer's current offer or answer. /// - /// The remote session descriptino string + /// The remote session description string /// The WebRTC has already been disposed. /// /// 12