From: Stefan Czopak <s.czopak@proxmox.com>
To: pbs-devel@lists.proxmox.com
Cc: Stefan Czopak <s.czopak@proxmox.com>
Subject: [PATCH proxmox] pbs-api-types: jobs: fix typo in `REMOVE_VANISHED_BACKUPS_SCHEMA` doc string
Date: Mon, 11 May 2026 13:28:59 +0200 [thread overview]
Message-ID: <20260511112859.197840-1-s.czopak@proxmox.com> (raw)
Signed-off-by: Stefan Czopak <s.czopak@proxmox.com>
---
pbs-api-types/src/jobs.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pbs-api-types/src/jobs.rs b/pbs-api-types/src/jobs.rs
index ac5dfa92..5031b8bc 100644
--- a/pbs-api-types/src/jobs.rs
+++ b/pbs-api-types/src/jobs.rs
@@ -63,7 +63,7 @@ pub const VERIFICATION_SCHEDULE_SCHEMA: Schema =
.schema();
pub const REMOVE_VANISHED_BACKUPS_SCHEMA: Schema = BooleanSchema::new(
- "Delete vanished backups. This remove the local copy if the remote backup was deleted.",
+ "Delete vanished backups. This removes the local copy if the remote backup was deleted.",
)
.default(false)
.schema();
--
2.47.3
reply other threads:[~2026-05-11 11:29 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20260511112859.197840-1-s.czopak@proxmox.com \
--to=s.czopak@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.