diff options
author | jstebbins <[email protected]> | 2012-09-11 13:58:50 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2012-09-11 13:58:50 +0000 |
commit | 14f94ae7adf8d2f965db2c0e42ea5d3401566621 (patch) | |
tree | 1fb2ff5d6a96cdb4250205af58dbd9b967ac03a6 /libhb/decomb.c | |
parent | fbabf5e2dd8ca9593f4d731fbc1dd81707de6832 (diff) |
libhb: learn to spell "dilate"
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4957 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/decomb.c')
-rw-r--r-- | libhb/decomb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/decomb.c b/libhb/decomb.c index 9f4026da6..75ad4649a 100644 --- a/libhb/decomb.c +++ b/libhb/decomb.c @@ -1115,7 +1115,7 @@ void mask_dilate_thread( void *thread_args_v ) pv = thread_args->pv; segment = thread_args->segment; - hb_log("mask dialate thread started for segment %d", segment); + hb_log("mask dilate thread started for segment %d", segment); while (1) { |