From: Gabriel Goller <g.goller@proxmox.com>
To: Proxmox Backup Server development discussion
<pbs-devel@lists.proxmox.com>
Subject: Re: [pbs-devel] [PATCH backup 2/5] fix typos in rust documentation blocks
Date: Wed, 7 Aug 2024 12:49:40 +0200 [thread overview]
Message-ID: <20240807104940.dairagbyhye7puax@luna.proxmox.com> (raw)
In-Reply-To: <20240807103222.219740-2-m.sandoval@proxmox.com>
On 07.08.2024 12:32, Maximiliano Sandoval wrote:
>Signed-off-by: Maximiliano Sandoval <m.sandoval@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,
_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
next prev parent reply other threads:[~2024-08-07 10:50 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-07 10:32 [pbs-devel] [PATCH backup 1/5] fix typos in comments Maximiliano Sandoval
2024-08-07 10:32 ` [pbs-devel] [PATCH backup 2/5] fix typos in rust documentation blocks Maximiliano Sandoval
2024-08-07 10:49 ` Gabriel Goller [this message]
2024-08-07 12:09 ` Maximiliano Sandoval
2024-08-07 10:32 ` [pbs-devel] [PATCH backup 3/5] fix typos in docs an manual pages Maximiliano Sandoval
2024-08-07 10:32 ` [pbs-devel] [PATCH backup 4/5] fix typos in strings Maximiliano Sandoval
2024-08-07 10:52 ` Lukas Wagner
2024-08-07 14:48 ` Thomas Lamprecht
2024-08-09 11:17 ` Lukas Wagner
2024-08-07 10:32 ` [pbs-devel] [PATCH backup 5/5] fix typos in variables and function names Maximiliano Sandoval
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240807104940.dairagbyhye7puax@luna.proxmox.com \
--to=g.goller@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.