mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-30 15:39:27 +02:00
Typo in code comment
This commit is contained in:
parent
76a391f987
commit
17afc51644
@ -303,7 +303,7 @@ void TimerRecordDialog::OnAutoSavePathButton_Click(wxCommandEvent& WXUNUSED(even
|
||||
|
||||
AudacityProject* pProject = GetActiveProject();
|
||||
|
||||
// If project already exits then abort - we do not allow users to overwrite an existing project
|
||||
// If project already exists then abort - we do not allow users to overwrite an existing project
|
||||
// unless it is the current project.
|
||||
if (wxFileExists(fName) && (pProject->GetFileName() != fName)) {
|
||||
wxMessageDialog m(
|
||||
|
Loading…
x
Reference in New Issue
Block a user