]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
linuxdvb satconf: fix typo
authorJaroslav Kysela <perex@perex.cz>
Fri, 28 Sep 2018 18:37:11 +0000 (20:37 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 28 Sep 2018 18:37:11 +0000 (20:37 +0200)
src/input/mpegts/linuxdvb/linuxdvb_satconf.c

index f50b7d207a6c4b8572836ccc39cf371a0978636a..bb4884bca686108049187185b6e507aea7da93a1 100644 (file)
@@ -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));
   }