diff options
Diffstat (limited to 'macosx/HBCore.m')
-rw-r--r-- | macosx/HBCore.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBCore.m b/macosx/HBCore.m index 8a5c91230..353092830 100644 --- a/macosx/HBCore.m +++ b/macosx/HBCore.m @@ -453,7 +453,7 @@ typedef void (^HBCoreCleanupHandler)(void); { [self stopProgressReporting]; - // HB_STATE_WORKDONE happpens as a result of libhb finishing all its jobs + // HB_STATE_WORKDONE happens as a result of libhb finishing all its jobs // or someone calling hb_stop. In the latter case, hb_stop does not clear // out the remaining passes/jobs in the queue. We'll do that here. hb_job_t *job; |