]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fixed typo
authorFlole998 <Flole998@users.noreply.github.com>
Wed, 26 Oct 2022 22:07:46 +0000 (00:07 +0200)
committerGitHub <noreply@github.com>
Wed, 26 Oct 2022 22:07:46 +0000 (00:07 +0200)
src/input/mpegts/iptv/iptv_udp.c

index 599d9e62943d5e6e1d2776eddfd734f6f71e2a08..d2b5b02e5d4e417bc18a8d1f1dec6aa5eab7185b 100644 (file)
@@ -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! */
   }