From: Flole998 Date: Wed, 26 Oct 2022 22:07:46 +0000 (+0200) Subject: Fixed typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a3a88cf7a2e15f1bbe3c68b5b6e3fd12a461831;p=thirdparty%2Ftvheadend.git Fixed typo --- diff --git a/src/input/mpegts/iptv/iptv_udp.c b/src/input/mpegts/iptv/iptv_udp.c index 599d9e629..d2b5b02e5 100644 --- a/src/input/mpegts/iptv/iptv_udp.c +++ b/src/input/mpegts/iptv/iptv_udp.c @@ -105,7 +105,7 @@ iptv_udp_read ( iptv_input_t *mi, iptv_mux_t *im ) } if (im->mm_iptv_rtp_seq < 0xffff && im->mm_iptv_rtp_seq > 0x3ff) { - tvherror(LS_IPTV, "receving non-raw UDP data for %s!", im->mm_nicename); + tvherror(LS_IPTV, "receiving non-raw UDP data for %s!", im->mm_nicename); im->mm_iptv_rtp_seq = 0x10000; /* no further logs! */ }