1
0
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:
Gale Andrews 2016-09-18 18:56:34 +01:00 committed by GitHub
parent 76a391f987
commit 17afc51644

View File

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