]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
docs: fix simple typo, seperately -> separately
authorTim Gates <tim.gates@iress.com>
Fri, 27 Nov 2020 22:01:58 +0000 (09:01 +1100)
committerFlole998 <Flole998@users.noreply.github.com>
Fri, 27 Nov 2020 22:33:51 +0000 (23:33 +0100)
There is a small typo in src/descrambler/capmt.c.

Should read `separately` rather than `seperately`.

src/descrambler/capmt.c

index d2f22f3f694bc3b27ac1ebc1e6e5e152facf26ed..3dd392dcabdc60f40cea1c9f3f6e55dc3fe1d508 100644 (file)
@@ -1311,7 +1311,7 @@ capmt_msg_size(capmt_t *capmt, sbuf_t *sb, int offset)
     return 4 + 12 + adapter_byte;
   else if (oscam_new && cmd == DMX_SET_FILTER)
     /* when using network protocol the dmx_sct_filter_params fields are added */
-    /* seperately to avoid padding problems, so we substract 2 bytes: */
+    /* separately to avoid padding problems, so we substract 2 bytes: */
     return 4 + 2 + 60 + adapter_byte + (capmt_oscam_netproto(capmt) ? -2 : 0);
   else if (oscam_new && cmd == DMX_STOP)
     return 4 + 4 + adapter_byte;