src/backup/crypt_config.rs: fix typo

This commit is contained in:
Dietmar Maurer 2019-08-02 08:29:40 +02:00
parent 81a9905e0a
commit c68d2170d5
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ impl CryptConfig {
Ok((iv, tag)) Ok((iv, tag))
} }
/// Decompress and decrypt date, verify MAC. /// Decompress and decrypt data, verify MAC.
pub fn decode_compressed_chunk( pub fn decode_compressed_chunk(
&self, &self,
data: &[u8], data: &[u8],