[pbs-devel] [PATCH backup 2/5] fix typos in rust documentation blocks
Gabriel Goller
g.goller at proxmox.com
Wed Aug 7 12:49:40 CEST 2024
On 07.08.2024 12:32, Maximiliano Sandoval wrote:
>Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
>---
> pbs-api-types/src/acl.rs | 2 +-
> pbs-client/src/pxar/create.rs | 2 +-
> pbs-config/src/cached_user_info.rs | 2 +-
> pbs-tools/src/lib.rs | 2 +-
> proxmox-backup-client/src/benchmark.rs | 2 +-
> proxmox-file-restore/src/block_driver.rs | 2 +-
> src/api2/backup/environment.rs | 2 +-
> src/api2/node/services.rs | 2 +-
> src/api2/reader/environment.rs | 2 +-
> src/tape/file_formats/mod.rs | 2 +-
> 10 files changed, 10 insertions(+), 10 deletions(-)
>
>diff --git a/pbs-api-types/src/acl.rs b/pbs-api-types/src/acl.rs
>index ef639862..e133247d 100644
>--- a/pbs-api-types/src/acl.rs
>+++ b/pbs-api-types/src/acl.rs
>@@ -223,7 +223,7 @@ pub enum Role {
> RemoteAudit = ROLE_REMOTE_AUDIT,
> /// Remote Administrator
> RemoteAdmin = ROLE_REMOTE_ADMIN,
>- /// Syncronisation Opertator
>+ /// Synchronization Opertator
s/Opertator/Operator/
> RemoteSyncOperator = ROLE_REMOTE_SYNC_OPERATOR,
> /// Tape Auditor
> TapeAudit = ROLE_TAPE_AUDIT,
More information about the pbs-devel
mailing list