From: Jaroslav Kysela Date: Fri, 28 Sep 2018 18:37:11 +0000 (+0200) Subject: linuxdvb satconf: fix typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8176e20162ce2258d0c3eb46f567b5eae2c1e32a;p=thirdparty%2Ftvheadend.git linuxdvb satconf: fix typo --- diff --git a/src/input/mpegts/linuxdvb/linuxdvb_satconf.c b/src/input/mpegts/linuxdvb/linuxdvb_satconf.c index f50b7d207..bb4884bca 100644 --- a/src/input/mpegts/linuxdvb/linuxdvb_satconf.c +++ b/src/input/mpegts/linuxdvb/linuxdvb_satconf.c @@ -1809,7 +1809,7 @@ linuxdvb_diseqc_set_volt ( linuxdvb_satconf_t *ls, int vol ) /* High voltage handling */ if (ls->ls_lnb_highvol > 0) { int v = ls->ls_lnb_highvol > 1 ? 1 : 0; - tvhtrace(LS_DISEQC, "set hight voltage %d", v); + tvhtrace(LS_DISEQC, "set high voltage %d", v); if (ioctl(linuxdvb_satconf_fe_fd(ls), FE_ENABLE_HIGH_LNB_VOLTAGE, v)) tvherror(LS_DISEQC, "failed to set high voltage %d (e=%s)", v, strerror(errno)); }