From 768d6259dc09a419bd778cd9f576dc83607623be Mon Sep 17 00:00:00 2001 From: brandtr Date: Tue, 29 Nov 2016 06:19:40 -0800 Subject: [PATCH] Fix spelling mistake in RTP module declaration. BUG=None R=danilchap@webrtc.org NOTRY=True Review-Url: https://codereview.webrtc.org/2531223004 Cr-Commit-Position: refs/heads/master@{#15296} --- webrtc/modules/rtp_rtcp/include/rtp_rtcp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h b/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h index 2812ad9890..bb9e1f2959 100644 --- a/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h +++ b/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h @@ -129,7 +129,7 @@ class RtpRtcp : public Module { bool ipv6, uint8_t authentication_overhead = 0) = 0; - // Sets transtport overhead per packet. + // Sets transport overhead per packet. virtual void SetTransportOverhead(int transport_overhead_per_packet) = 0; // Returns max payload length, which is a combination of the configuration