mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-14 17:14:07 +01:00
Fix minor typos
This commit is contained in:
committed by
James Crook
parent
f420a546a0
commit
d1ada5f08c
@@ -344,7 +344,7 @@ TranslatableString ClipBoundaryMessage(
|
||||
First two %s are each replaced with the noun "start"
|
||||
or with "end", identifying and end of a clip,
|
||||
first and second numbers give the position of those clips in
|
||||
a seqeunce of clips,
|
||||
a sequence of clips,
|
||||
last number counts all clips,
|
||||
and the last string is the name of the track containing the
|
||||
clips.
|
||||
|
||||
@@ -123,8 +123,8 @@ void OnOpen(const CommandContext &context )
|
||||
ProjectManager::OpenFiles(&project);
|
||||
}
|
||||
|
||||
// JKC: This is like OnClose, except it emptys the project in place,
|
||||
// rather than createing a new empty project (with new toolbars etc).
|
||||
// JKC: This is like OnClose, except it empties the project in place,
|
||||
// rather than creating a new empty project (with new toolbars etc).
|
||||
// It does not test for unsaved changes.
|
||||
// It is not in the menus by default. Its main purpose is/was for
|
||||
// developers checking functionality of ResetProjectToEmpty().
|
||||
|
||||
@@ -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