5
0
mirror of git://git.proxmox.com/git/proxmox-backup.git synced 2025-01-05 09:17:59 +03:00

fix typos in comments

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
This commit is contained in:
Maximiliano Sandoval 2024-08-07 14:10:41 +02:00 committed by Thomas Lamprecht
parent ab8e84498d
commit a62a9f098d
4 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ update_initramfs() {
CACHE_PATH_DBG="/var/cache/proxmox-backup/file-restore-initramfs-debug.img"
# cleanup first, in case proxmox-file-restore was uninstalled since we do
# not want an unuseable image lying around
# not want an unusable image lying around
rm -f "$CACHE_PATH"
if [ ! -f "$INST_PATH/initramfs.img" ]; then

View File

@ -236,7 +236,7 @@ struct SspDataEncryptionAlgorithmDescriptor {
algorithm_code: u32,
}
// Returns the algorythm_index for AES-GCM
// Returns the algorithm_index for AES-GCM
fn decode_spin_data_encryption_caps(data: &[u8]) -> Result<u8, Error> {
proxmox_lang::try_block!({
let mut reader = data;

View File

@ -26,7 +26,7 @@ const FINGERPRINT_INPUT: [u8; 32] = [
pub struct CryptConfig {
// the Cipher
cipher: Cipher,
// A secrect key use to provide the chunk digest name space.
// A secret key use to provide the chunk digest name space.
id_key: [u8; 32],
// Openssl hmac PKey of id_key
id_pkey: openssl::pkey::PKey<openssl::pkey::Private>,

View File

@ -1,4 +1,4 @@
// Tape Media Pool tests - test allow_ritable_media() function
// Tape Media Pool tests - test allow_writable_media() function
//
// # cargo test --release tape::test::alloc_writable_media