From 406616fc6c25f894b636f80f414a6faac7055820 Mon Sep 17 00:00:00 2001 From: brandtr Date: Tue, 6 Dec 2016 01:40:19 -0800 Subject: [PATCH] Fix spelling mistake in rtp_rtcp.h. BUG=None R=danilchap@webrtc.org NOTRY=True Review-Url: https://codereview.webrtc.org/2552153003 Cr-Commit-Position: refs/heads/master@{#15435} --- 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 28dfe239de..27e6143ae2 100644 --- a/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h +++ b/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h @@ -120,7 +120,7 @@ class RtpRtcp : public Module { // Returns -1 on failure else 0. virtual int32_t SetMaxTransferUnit(uint16_t size) = 0; - // Sets transtport overhead. Default is IPv4 and UDP with no encryption. + // Sets transport overhead. Default is IPv4 and UDP with no encryption. // |tcp| - true for TCP false UDP. // |ipv6| - true for IP version 6 false for version 4. // |authentication_overhead| - number of bytes to leave for an authentication