Skip to content

Commit 59ce4e3

Browse files
committed
Fixed spelling mistakes.
1 parent a6bdd89 commit 59ce4e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/Media/IMediaSession.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/net/RTP/RTPSession.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)