Reword comment to make it consistent - dedup - deduplicating backup program HTML git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/ DIR Log DIR Files DIR Refs DIR Tags DIR README DIR LICENSE --- DIR commit edba7a881758ccfa9cd11ba4a4b60fe83446701e DIR parent 03322c1165cff33cfc0f4cd4a663f45d7b9d0211 HTML 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 @@ -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;