src/backup/crypt_config.rs: fix typo
This commit is contained in:
parent
81a9905e0a
commit
c68d2170d5
|
@ -107,7 +107,7 @@ impl CryptConfig {
|
|||
Ok((iv, tag))
|
||||
}
|
||||
|
||||
/// Decompress and decrypt date, verify MAC.
|
||||
/// Decompress and decrypt data, verify MAC.
|
||||
pub fn decode_compressed_chunk(
|
||||
&self,
|
||||
data: &[u8],
|
||||
|
|
Loading…
Reference in New Issue