fixed small typo
This commit is contained in:
parent
940b107159
commit
38b6f4b700
3 changed files with 3 additions and 3 deletions
|
@ -66,7 +66,7 @@ epg_set_current(channel_t *ch, event_t *e, event_t *next)
|
|||
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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -1363,7 +1363,7 @@ htsp_async_send(htsmsg_t *m)
|
|||
* 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;
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
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);
|
||||
|
|
Loading…
Add table
Reference in a new issue