From 91b718bd4f89157c7401e3904bb171387b2e8a3e Mon Sep 17 00:00:00 2001 From: David Steele Date: Sun, 6 Mar 2022 14:58:43 -0600 Subject: [PATCH] Fix comment typo. --- src/command/backup/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command/backup/file.c b/src/command/backup/file.c index f4e5f7215..94f45be62 100644 --- a/src/command/backup/file.c +++ b/src/command/backup/file.c @@ -190,7 +190,7 @@ backupFile( } } - // Are the file compressible during the copy? + // Are the files compressible during the copy? const bool compressible = repoFileCompressType == compressTypeNone && cipherType == cipherTypeNone; // Copy files that need to be copied