Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[descrambler] fix typo in trace category
  • Loading branch information
Jalle19 committed Aug 4, 2014
1 parent 10558cc commit 7d930e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/descrambler/descrambler.c
Expand Up @@ -254,7 +254,7 @@ descrambler_flush_table_data( service_t *t )

if (mux == NULL)
return;
tvhtrace("descrabler", "flush table data for service \"%s\"", ms->s_dvb_svcname);
tvhtrace("descrambler", "flush table data for service \"%s\"", ms->s_dvb_svcname);
pthread_mutex_lock(&mux->mm_descrambler_lock);
TAILQ_FOREACH(dt, &mux->mm_descrambler_tables, link) {
if (dt->table == NULL || dt->table->mt_service != ms)
Expand Down

0 comments on commit 7d930e6

Please sign in to comment.