File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public enum SdpType
4141 public interface IMediaSession
4242 {
4343 /// <summary>
44- /// Indicates wheter the session supports real time text.
44+ /// Indicates whether the session supports real time text.
4545 /// </summary>
4646 bool HasText { get ; }
4747
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ namespace SIPSorcery.Net
6262 public class RTPSession : IMediaSession , IDisposable
6363 {
6464 /// <summary>
65- /// Reduced to be smaller than MTU (1400) becaase header will add extra 2 bytes that will fail to deliver to linux
65+ /// Reduced to be smaller than MTU (1400) because header will add extra 2 bytes that will fail to deliver to linux
6666 /// as the real size of the package will be 1402.
6767 /// </summary>
6868 protected internal const int RTP_MAX_PAYLOAD = 1200 ;
You can’t perform that action at this time.
0 commit comments