fix typo: s/dies/does/

This commit is contained in:
Dietmar Maurer 2021-05-31 11:01:15 +02:00
parent 84737fb33f
commit 0bca966ec5
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ fn decode_spin_data_encryption_caps(data: &[u8]) -> Result<u8, Error> {
match aes_cgm_index { match aes_cgm_index {
Some(index) => Ok(index), Some(index) => Ok(index),
None => bail!("drive dies not support AES-CGM encryption"), None => bail!("drive does not support AES-CGM encryption"),
} }
}).map_err(|err: Error| format_err!("decode data encryption caps page failed - {}", err)) }).map_err(|err: Error| format_err!("decode data encryption caps page failed - {}", err))