public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Dominik Csapak <d.csapak@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [pbs-devel] [PATCH proxmox-backup 2/4] tape: fix typos
Date: Mon, 25 Jan 2021 16:30:55 +0100	[thread overview]
Message-ID: <20210125153057.30061-2-d.csapak@proxmox.com> (raw)
In-Reply-To: <20210125153057.30061-1-d.csapak@proxmox.com>

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
---
 src/api2/config/drive.rs | 2 +-
 src/tape/changer/mod.rs  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/api2/config/drive.rs b/src/api2/config/drive.rs
index 54601795..7a05238b 100644
--- a/src/api2/config/drive.rs
+++ b/src/api2/config/drive.rs
@@ -101,7 +101,7 @@ pub fn get_config(
         properties: {},
     },
     returns: {
-        description: "The list of configured remotes (with config digest).",
+        description: "The list of configured drives (with config digest).",
         type: Array,
         items: {
             type: DriveListEntry,
diff --git a/src/tape/changer/mod.rs b/src/tape/changer/mod.rs
index cbcec650..f952f707 100644
--- a/src/tape/changer/mod.rs
+++ b/src/tape/changer/mod.rs
@@ -144,7 +144,7 @@ pub trait MediaChange {
     fn load_media(&mut self, label_text: &str) -> Result<(), Error> {
 
         if label_text.starts_with("CLN") {
-            bail!("unable to load media '{}' (seems top be a a cleaning units)", label_text);
+            bail!("unable to load media '{}' (seems to be a cleaning unit)", label_text);
         }
 
         let mut status = self.status()?;
-- 
2.20.1





  reply	other threads:[~2021-01-25 15:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-25 15:30 [pbs-devel] [PATCH proxmox-backup 1/4] docs/tape: fix some typos and improve wording Dominik Csapak
2021-01-25 15:30 ` Dominik Csapak [this message]
2021-01-26 11:42   ` [pbs-devel] [PATCH proxmox-backup 2/4] tape: fix typos Dietmar Maurer
2021-01-25 15:30 ` [pbs-devel] [PATCH proxmox-backup 3/4] api2/types/tape/drive: add changer_slot Dominik Csapak
2021-01-26 11:43   ` Dietmar Maurer
2021-01-26 12:10     ` Dominik Csapak
2021-01-26 14:19       ` Dietmar Maurer
2021-01-25 15:30 ` [pbs-devel] [PATCH proxmox-backup 4/4] api2/tape/changer: reorganize api Dominik Csapak
2021-01-26 11:48   ` Dietmar Maurer
2021-01-26 11:42 ` [pbs-devel] [PATCH proxmox-backup 1/4] docs/tape: fix some typos and improve wording Dietmar Maurer

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=20210125153057.30061-2-d.csapak@proxmox.com \
    --to=d.csapak@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal