From 11d9cdefe2c6cc53815ea59deeaecf012b916c54 Mon Sep 17 00:00:00 2001 From: Robert Date: Mon, 5 Jan 2026 19:30:03 -0500 Subject: [PATCH] typo --- 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 b90eb77d..4897ec79 100644 --- a/Source/FileLiberator/DownloadDecryptBook.cs +++ b/Source/FileLiberator/DownloadDecryptBook.cs @@ -512,7 +512,7 @@ namespace FileLiberator { //Failure to download metadata should not be considered a failure to download the book if (!cancellationToken.IsCancellationRequested) - Serilog.Log.Logger.Error(ex, "Error downloading metdatat of {@Book} to {@metadataFile}.", options.LibraryBook.LogFriendly(), metadataPath); + Serilog.Log.Logger.Error(ex, "Error downloading metadata of {@Book} to {@metadataFile}.", options.LibraryBook.LogFriendly(), metadataPath); throw; } }