From 38b6f4b70079f99b44b7c35a2ef86a5e3ff45a92 Mon Sep 17 00:00:00 2001 From: =?utf8?q?John=20T=C3=B6rnblom?= Date: Tue, 30 Aug 2011 16:29:11 +0200 Subject: [PATCH] fixed small typo --- src/epg.c | 2 +- src/htsp.c | 2 +- src/htsp.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/epg.c b/src/epg.c index e1d5afdd3..49d007405 100644 --- a/src/epg.c +++ b/src/epg.c @@ -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); } /** diff --git a/src/htsp.c b/src/htsp.c index 52e75e289..d3ef53f09 100644 --- a/src/htsp.c +++ b/src/htsp.c @@ -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; diff --git a/src/htsp.h b/src/htsp.h index 7dcf33e69..f150ec272 100644 --- a/src/htsp.h +++ b/src/htsp.h @@ -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); -- 2.47.2