diff options
author | Nomis101 <[email protected]> | 2019-07-31 07:27:27 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2019-07-31 07:27:27 +0200 |
commit | 38c3ba1835622ba28cfcb3642f49afba7a8e412e (patch) | |
tree | 85e1025b1ea16d0eb6ef84c092a0bed464e9355c /libhb/comb_detect.c | |
parent | 25257473d278907a84bbf31f0903213d786ca064 (diff) |
Fix some typos (#2202)
Fix some typos
Diffstat (limited to 'libhb/comb_detect.c')
-rw-r--r-- | libhb/comb_detect.c | 2 |
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; |