tReword comment to make it consistent - dedup - deduplicating backup program
(HTM) git clone git://git.z3bra.org/dedup.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit edba7a881758ccfa9cd11ba4a4b60fe83446701e
(DIR) parent 03322c1165cff33cfc0f4cd4a663f45d7b9d0211
(HTM) Author: sin <sin@2f30.org>
Date: Wed, 22 May 2019 13:40:37 +0300
Reword comment to make it consistent
Diffstat:
M bencrypt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/bencrypt.c b/bencrypt.c
t@@ -155,7 +155,7 @@ beopen(struct bctx *bctx, char *path, int flags, int mode)
return -1;
}
- /* Ensure that if repo is encrypted, a key was provided */
+ /* Ensure a key has been provided if caller requested encryption */
if (type != EDNONETYPE && !param.keyloaded) {
seterr("expected encryption key");
return -1;