From dd9998c855c8650fea06aabffab42b916a8ee3a4 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Mon, 1 Feb 2021 13:49:26 +0200 Subject: [PATCH] Fix minor typo: coninue -> continue (#736) --- src/AudacityFileConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AudacityFileConfig.cpp b/src/AudacityFileConfig.cpp index 81e52aa9b..fb0bd7936 100644 --- a/src/AudacityFileConfig.cpp +++ b/src/AudacityFileConfig.cpp @@ -71,7 +71,7 @@ void AudacityFileConfig::Warn() "This could be caused by many reasons, but the most likely are that " "the disk is full or you do not have write permissions to the file. " "More information can be obtained by clicking the help button below.\n\n" - "You can attempt to correct the issue and then click \"Retry\" to coninue.\n\n" + "You can attempt to correct the issue and then click \"Retry\" to continue.\n\n" "If you choose to \"Quit Audacity\", your project may be left in an unsaved " "state which will be recovered the next time you open it.") .Format(GetFilePath()),