diff options
author | freddii <[email protected]> | 2021-01-22 22:03:39 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2021-02-25 18:46:31 +0100 |
commit | 1fbc0da51f35d3778bfd6329331442c07255ed55 (patch) | |
tree | 7e9d8fd1821883e62e4eaf8080e1ce655fbd7fab /libhb/work.c | |
parent | 861fb711b167b03ec878f511f1ac9f297d55cbbd (diff) |
fixed typos
Diffstat (limited to 'libhb/work.c')
-rw-r--r-- | libhb/work.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/work.c b/libhb/work.c index 0bc696d08..abaccf3a7 100644 --- a/libhb/work.c +++ b/libhb/work.c @@ -2054,7 +2054,7 @@ void hb_work_loop( void * _w ) * Loops calling work function for associated filter object. * Sleeps when fifo is full. * Monitors work done indicator. - * Exits loop when work indiactor is set. + * Exits loop when work indicator is set. * @param _w Handle to work object. */ static void filter_loop( void * _f ) |