]> git.proxmox.com Git - proxmox-backup.git/commit - proxmox-backup-client/src/main.rs
typo fixes all over the place
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 10 Mar 2021 15:37:09 +0000 (16:37 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 10 Mar 2021 15:39:57 +0000 (16:39 +0100)
commitd1d74c4367fa6c365fda459218ae222154011c53
tree6f9231572685c475ba50a136394310dbda135907
parent8b7f3b8f1d25d89a63eebd24ff54d33443c81507
typo fixes all over the place

found and semi-manually replaced by using:
 codespell -L mut -L crate -i 3 -w

Mostly in comments, but also email notification and two occurrences
of misspelled  'reserved' struct member, which where not used and
cargo build did not complain about the change, soo ...

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
46 files changed:
src/api2/access/tfa.rs
src/api2/admin/sync.rs
src/api2/config/tape_encryption_keys.rs
src/api2/node/apt.rs
src/api2/tape/drive.rs
src/api2/tape/media.rs
src/api2/types/mod.rs
src/api2/types/tape/device.rs
src/backup.rs
src/backup/chunk_store.rs
src/backup/datastore.rs
src/bin/proxmox-backup-client.rs
src/bin/proxmox-backup-manager.rs
src/bin/proxmox_backup_client/key.rs
src/bin/proxmox_backup_client/mount.rs
src/bin/proxmox_tape/encryption_key.rs
src/bin/sg-tape-cmd.rs
src/buildcfg.rs
src/client/backup_writer.rs
src/client/vsock_client.rs
src/config/network/helper.rs
src/config/tape_encryption_keys.rs
src/config/tfa.rs
src/server/email_notifications.rs
src/server/worker_task.rs
src/tape/changer/mod.rs
src/tape/changer/mtx/mod.rs
src/tape/changer/sg_pt_changer.rs
src/tape/drive/encryption.rs
src/tape/drive/mam.rs
src/tape/drive/mod.rs
src/tape/drive/virtual_tape.rs
src/tape/file_formats/blocked_reader.rs
src/tape/file_formats/chunk_archive.rs
src/tape/file_formats/snapshot_archive.rs
src/tape/helpers/snapshot_reader.rs
src/tape/inventory.rs
src/tape/media_pool.rs
src/tape/media_set.rs
src/tape/pool_writer.rs
src/tape/tape_write.rs
src/tape/test/alloc_writable_media.rs
src/tools/lru_cache.rs
src/tools/parallel_handler.rs
src/tools/sgutils2.rs
src/tools/subscription.rs