]> git.proxmox.com Git - proxmox-backup.git/blobdiff - src/backup/data_blob.rs
typo fixes all over the place
[proxmox-backup.git] / src / backup / data_blob.rs
index 03bbfec9aef93775e7ce78ffe811c67c87b83d18..0886cc86f4d0f1307f06b88c54cf728219eb5716 100644 (file)
@@ -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 noth possible for encrypted chunks.
+    /// this is north possible for encrypted chunks.
     pub fn verify_unencrypted(
         &self,
         expected_chunk_size: usize,