proxmox-backup/src/config
Thomas Lamprecht d1d74c4367 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>
2021-03-10 16:39:57 +01:00
..
network typo fixes all over the place 2021-03-10 16:39:57 +01:00
acl.rs acl: use /tape/device instead of /tape/drive and /tape/changer 2021-03-05 10:06:19 +01:00
cached_user_info.rs clippy: remove explicit returns 2021-01-20 16:23:54 +01:00
datastore.rs tape: add acl path /tape/job/{id} 2021-03-03 12:48:06 +01:00
drive.rs tape: add drive config code docs 2021-01-22 11:51:36 +01:00
media_pool.rs tape: add media pool config code docs 2021-01-22 12:01:46 +01:00
network.rs derive/impl and use Default for some structs 2021-01-26 09:54:45 +01:00
remote.rs docs: add utility binary to generate docs 2021-02-10 11:05:02 +01:00
sync.rs cleanup: use serde(flatten) for SyncJobStatus, improve code reuse 2021-02-19 09:36:39 +01:00
tape_encryption_keys.rs typo fixes all over the place 2021-03-10 16:39:57 +01:00
tape_job.rs config/tape_job: add notify-user config to tape jobs 2021-03-05 12:51:25 +01:00
tfa.rs typo fixes all over the place 2021-03-10 16:39:57 +01:00
token_shadow.rs fixup hardcoded paths 2020-10-29 15:15:17 +01:00
user.rs docs: add utility binary to generate docs 2021-02-10 11:05:02 +01:00
verify.rs cleanup: use serde(flatten) for VerificationJobStatus, improve code reuse 2021-02-19 09:50:25 +01:00