linuxdvb_satconf: fix a typo
This commit is contained in:
parent
d924c84202
commit
404e522b9d
1 changed files with 1 additions and 1 deletions
|
@ -1259,7 +1259,7 @@ linuxdvb_diseqc_send
|
|||
|
||||
/* Send */
|
||||
if (ioctl(fd, FE_DISEQC_SEND_MASTER_CMD, &message)) {
|
||||
tvherror("disqec", "failed to send diseqc cmd (e=%s)", strerror(errno));
|
||||
tvherror("diseqc", "failed to send diseqc cmd (e=%s)", strerror(errno));
|
||||
return -1;
|
||||
}
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue