if(e != NULL)
gtimer_arm_abs(&ch->ch_epg_timer_current, epg_ch_check_current_event,
ch, MAX(e->e_stop, dispatch_clock + 1));
- htsp_channgel_update_current(ch);
+ htsp_channel_update_current(ch);
}
/**
* global_lock is held
*/
void
-htsp_channgel_update_current(channel_t *ch)
+htsp_channel_update_current(channel_t *ch)
{
htsmsg_t *m;
time_t now;
void htsp_init(void);
-void htsp_channgel_update_current(channel_t *ch);
+void htsp_channel_update_current(channel_t *ch);
void htsp_channel_add(channel_t *ch);
void htsp_channel_update(channel_t *ch);