1
0
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:
freddii
2021-01-12 09:54:34 +00:00
committed by James Crook
parent c13407d692
commit 2593a84d56
38 changed files with 46 additions and 46 deletions

View File

@@ -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;

View File

@@ -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);
}