From 19f3a4f2667491ff64b397d16c2b38cb9a15b90d Mon Sep 17 00:00:00 2001 From: Mbucari <37587114+Mbucari@users.noreply.github.com> Date: Wed, 18 May 2022 12:31:32 -0600 Subject: [PATCH] Update DownloadDecryptBook.cs --- Source/FileLiberator/DownloadDecryptBook.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/FileLiberator/DownloadDecryptBook.cs b/Source/FileLiberator/DownloadDecryptBook.cs index 895cda16..1236c7a5 100644 --- a/Source/FileLiberator/DownloadDecryptBook.cs +++ b/Source/FileLiberator/DownloadDecryptBook.cs @@ -72,7 +72,7 @@ namespace FileLiberator } // moves new files from temp dir to final dest. - // This could take a few seconds i moving hundreds of files. + // This could take a few seconds if moving hundreds of files. var movedAudioFile = await Task.Run(() => moveFilesToBooksDir(libraryBook, entries)); // decrypt failed