]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
fixed small typo
authorJohn Törnblom <john.tornblom@gmail.com>
Tue, 30 Aug 2011 14:29:11 +0000 (16:29 +0200)
committerJohn Törnblom <john.tornblom@gmail.com>
Tue, 30 Aug 2011 16:18:45 +0000 (18:18 +0200)
src/epg.c
src/htsp.c
src/htsp.h

index e1d5afdd3dfe3bf27d34544c27658db3fd356179..49d007405528dc2a3dd8c381ddb9ef985a20ac20 100644 (file)
--- 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);
 }
 
 /**
index 52e75e2895fd59337322a9f733d12ea76f2ffb30..d3ef53f09f7479c016223b4ce0d7d9008b49941b 100644 (file)
@@ -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;
index 7dcf33e69a664b5eee6472b9e971cfcfd8636b6b..f150ec27210a25c7fac4f2e54d42e981ebdf5e82 100644 (file)
@@ -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);