summaryrefslogtreecommitdiffstats
path: root/libhb/comb_detect.c
diff options
context:
space:
mode:
authorNomis101 <[email protected]>2019-07-31 07:27:27 +0200
committerDamiano Galassi <[email protected]>2019-07-31 07:27:27 +0200
commit38c3ba1835622ba28cfcb3642f49afba7a8e412e (patch)
tree85e1025b1ea16d0eb6ef84c092a0bed464e9355c /libhb/comb_detect.c
parent25257473d278907a84bbf31f0903213d786ca064 (diff)
Fix some typos (#2202)
Fix some typos
Diffstat (limited to 'libhb/comb_detect.c')
-rw-r--r--libhb/comb_detect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/comb_detect.c b/libhb/comb_detect.c
index 131eaede5..4ab53057e 100644
--- a/libhb/comb_detect.c
+++ b/libhb/comb_detect.c
@@ -1281,7 +1281,7 @@ static int comb_detect_init( hb_filter_object_t * filter,
if (taskset_init( &pv->mask_filter_taskset, pv->cpu_count,
sizeof( decomb_thread_arg_t ) ) == 0)
{
- hb_error( "maske filter could not initialize taskset" );
+ hb_error( "mask filter could not initialize taskset" );
}
decomb_prev_thread_args = NULL;