diff options
Diffstat (limited to 'libhb/work.c')
-rw-r--r-- | libhb/work.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libhb/work.c b/libhb/work.c index 371fa639a..c2eeb34e6 100644 --- a/libhb/work.c +++ b/libhb/work.c @@ -806,7 +806,7 @@ static int sanitize_subtitles( hb_job_t * job ) subtitle = hb_list_item(job->list_subtitle, i); /* Remove the scanned subtitle from the list if * it would result in: - * - an emty track (forced and no forced hits) + * - an empty track (forced and no forced hits) * - an identical, duplicate subtitle track: * -> both (or neither) are forced * -> subtitle is not forced but all its hits are forced */ @@ -1340,7 +1340,7 @@ static void sanitize_filter_list(hb_list_t *list) } /** - * Job initialization rountine. + * Job initialization routine. * * Initializes fifos. * Creates work objects for synchronizer, video decoder, video renderer, |