Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(333)

Unified Diff: webrtc/modules/rtp_rtcp/include/rtp_rtcp.h

Issue 2531223004: Fix spelling mistake in RTP module declaration. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/rtp_rtcp/include/rtp_rtcp.h
diff --git a/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h b/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h
index 2812ad989060cc16eba30e095cb314672c123203..bb9e1f2959878b77886e45652e2e0c6eafd60b72 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698