From 8737e29a49fb84e571c883676e944c8c3dc9b5c8 Mon Sep 17 00:00:00 2001 From: Marc Leeman Date: Wed, 27 Feb 2019 15:39:12 +0100 Subject: [PATCH] rtpsource: small spell correct --- gst/rtpmanager/rtpsource.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/rtpmanager/rtpsource.c b/gst/rtpmanager/rtpsource.c index 4fd5f0b9ca..e4c3b2b919 100644 --- a/gst/rtpmanager/rtpsource.c +++ b/gst/rtpmanager/rtpsource.c @@ -293,7 +293,7 @@ rtp_source_reset (RTPSource * src) static void rtp_source_init (RTPSource * src) { - /* sources are initialy on probation until we receive enough valid RTP + /* sources are initially on probation until we receive enough valid RTP * packets or a valid RTCP packet */ src->validated = FALSE; src->internal = FALSE;