diff options
author | luz.paz <[email protected]> | 2018-02-07 10:54:59 -0500 |
---|---|---|
committer | Scott <[email protected]> | 2018-02-20 18:10:44 +0000 |
commit | 2d1c8541460c2b63d46eb1a278adacee14a55556 (patch) | |
tree | baf9c409edfb51f1a2b649b1f6e2291ff0524b76 /libhb/work.c | |
parent | 5ce54df39b61c5b104f83d7ce291e67eada56efc (diff) |
Misc. typos
Found via `codespell -q 3 --skip="./gtk/po`
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, |