1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-01 16:19:43 +02:00

Fix typo in a message

This commit is contained in:
Paul Licameli 2020-07-06 01:31:41 -04:00
parent f7db5043c5
commit bf9bad5a6e

View File

@ -604,7 +604,7 @@ bool ProjectFileIO::CopyTo(const FilePath &destpath)
if (progress.Update(total - remaining, total) != ProgressResult::Success)
{
SetError(
XO("Copy processs cancelled.")
XO("Copy process cancelled.")
);
success = false;
break;