Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo in comment
  • Loading branch information
perexg committed Feb 8, 2015
1 parent 2ebbd5f commit 3396fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts/mpegts_network_dvb.c
Expand Up @@ -445,7 +445,7 @@ dvb_network_create_mux
if (lm->lm_tuning.u.dmc_fe_qpsk.orbital_pos != INT_MAX)
break;
}
/* do not allow to mix sattelite positions */
/* do not allow to mix satellite positions */
if (mm2 && dvb_network_check_orbital_pos(lm, dmc))
save = 0;
}
Expand Down

0 comments on commit 3396fe7

Please sign in to comment.