From 885f16b3ace4320d226f4a06214bca13c4045286 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Tue, 3 Sep 2024 11:30:18 +1000 Subject: [PATCH] rtpsession: Fix a typo in docstring comment Part-of: --- subprojects/gst-plugins-good/gst/rtpmanager/rtpsession.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-good/gst/rtpmanager/rtpsession.c b/subprojects/gst-plugins-good/gst/rtpmanager/rtpsession.c index 2213b6161e..c7cad94569 100644 --- a/subprojects/gst-plugins-good/gst/rtpmanager/rtpsession.c +++ b/subprojects/gst-plugins-good/gst/rtpmanager/rtpsession.c @@ -2476,7 +2476,7 @@ rtp_session_process_rb (RTPSession * sess, RTPSource * source, } /* A Sender report contains statistics about how the sender is doing. This - * includes timing informataion such as the relation between RTP and NTP + * includes timing information such as the relation between RTP and NTP * timestamps and the number of packets/bytes it sent to us. * * In this report is also included a set of report blocks related to how this