diff --git a/src/tape/drive/lto/sg_tape/encryption.rs b/src/tape/drive/lto/sg_tape/encryption.rs index 5ce571e4..e86ecbfb 100644 --- a/src/tape/drive/lto/sg_tape/encryption.rs +++ b/src/tape/drive/lto/sg_tape/encryption.rs @@ -246,7 +246,7 @@ fn decode_spin_data_encryption_caps(data: &[u8]) -> Result { match aes_cgm_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))