From 17afc51644b2b327e173a23d6066dde598838c03 Mon Sep 17 00:00:00 2001 From: Gale Andrews Date: Sun, 18 Sep 2016 18:56:34 +0100 Subject: [PATCH] Typo in code comment --- src/TimerRecordDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TimerRecordDialog.cpp b/src/TimerRecordDialog.cpp index fb99d5879..9180f7626 100644 --- a/src/TimerRecordDialog.cpp +++ b/src/TimerRecordDialog.cpp @@ -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(