mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Fix some spelling mistakes.
This commit is contained in:
@@ -962,7 +962,7 @@ void OnScoreAlign(const CommandContext &context)
|
||||
}
|
||||
|
||||
// Creating the dialog also stores dialog into gScoreAlignDialog so
|
||||
// that it can be delted by CloseScoreAlignDialog() either here or
|
||||
// that it can be deleted by CloseScoreAlignDialog() either here or
|
||||
// if the program is quit by the user while the dialog is up.
|
||||
ScoreAlignParams params;
|
||||
|
||||
|
||||
@@ -389,7 +389,7 @@ void OnTimerRecord(const CommandContext &context)
|
||||
return;
|
||||
}
|
||||
|
||||
// We check the selected tracks to see if there is enough of them to accomodate
|
||||
// We check the selected tracks to see if there is enough of them to accommodate
|
||||
// all input channels and all of them have the same sampling rate.
|
||||
// Those checks will be later performed by recording function anyway,
|
||||
// but we want to warn the user about potential problems from the very start.
|
||||
@@ -572,7 +572,7 @@ void OnPunchAndRoll(const CommandContext &context)
|
||||
error = true;
|
||||
else {
|
||||
// May adjust t1 left
|
||||
// Let's ignore the possibilty of a clip even shorter than the
|
||||
// Let's ignore the possibility of a clip even shorter than the
|
||||
// crossfade duration!
|
||||
newt1 = std::min(newt1, clip->GetEndTime() - crossFadeDuration);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user