From 4e14781aec62b0f50f0cea2a91e93dbb2ec9f429 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 3 Jun 2020 06:59:43 +0200 Subject: [PATCH] fix typo --- src/backup/data_blob.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backup/data_blob.rs b/src/backup/data_blob.rs index 0886cc86..96b8b888 100644 --- a/src/backup/data_blob.rs +++ b/src/backup/data_blob.rs @@ -311,7 +311,7 @@ impl DataBlob { /// Verify digest and data length for unencrypted chunks. /// /// To do that, we need to decompress data first. Please note that - /// this is north possible for encrypted chunks. + /// this is not possible for encrypted chunks. pub fn verify_unencrypted( &self, expected_chunk_size: usize,