mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-16 16:20:50 +02:00
Fix comments
This commit is contained in:
parent
4b3a4a1f4b
commit
47b3b798c9
@ -821,7 +821,7 @@ void LabelDialog::OnChangeTrack(wxGridEvent & WXUNUSED(event), int row, RowData
|
||||
XO("Label Track").Translation());
|
||||
|
||||
// User canceled so repopulating the grid will set the track
|
||||
// name to the orignal value
|
||||
// name to the original value
|
||||
if (d.ShowModal() == wxID_CANCEL) {
|
||||
TransferDataToWindow();
|
||||
return;
|
||||
|
@ -1944,7 +1944,7 @@ bool ProjectFileIO::SaveProject(const FilePath &fileName, const std::shared_ptr<
|
||||
// Autosave no longer needed in original project file
|
||||
AutoSaveDelete();
|
||||
|
||||
// Try to compact the orignal project file
|
||||
// Try to compact the original project file
|
||||
Compact(lastSaved ? lastSaved : TrackList::Create(&mProject));
|
||||
|
||||
// Save to close the original project file now
|
||||
|
Loading…
x
Reference in New Issue
Block a user