mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 08:27:13 +01:00
Fix minor typos
This commit is contained in:
committed by
James Crook
parent
f420a546a0
commit
d1ada5f08c
@@ -407,7 +407,7 @@ class ASAProgress final : public SAProgress {
|
||||
mTotalCells = mFrames[0] * mFrames[1];
|
||||
work2 = mTotalCells * MATRIX_WORK_UNIT;
|
||||
mTotalWork += work2;
|
||||
// arbitarily assume 60 iterations to fit smooth segments and
|
||||
// arbitrarily assume 60 iterations to fit smooth segments and
|
||||
// per frame per iteration is SMOOTHING_WORK_UNIT
|
||||
if (smoothing) {
|
||||
work3 =
|
||||
|
||||
Reference in New Issue
Block a user