From: Aaron Lauterer <a.lauterer@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [pbs-devel] [PATCH proxmox-backup 3/3] chunk_store: Fix typo in bail message
Date: Tue, 21 Jul 2020 11:54:37 +0200 [thread overview]
Message-ID: <20200721095437.10316-3-a.lauterer@proxmox.com> (raw)
In-Reply-To: <20200721095437.10316-1-a.lauterer@proxmox.com>
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
---
src/backup/chunk_store.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backup/chunk_store.rs b/src/backup/chunk_store.rs
index 87000630..d57befdd 100644
--- a/src/backup/chunk_store.rs
+++ b/src/backup/chunk_store.rs
@@ -178,7 +178,7 @@ impl ChunkStore {
return Ok(false);
}
- bail!("updata atime failed for chunk {:?} - {}", chunk_path, err);
+ bail!("update atime failed for chunk {:?} - {}", chunk_path, err);
}
Ok(true)
--
2.20.1
next prev parent reply other threads:[~2020-07-21 9:54 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-21 9:54 [pbs-devel] [PATCH proxmox-backup 1/3] docs: fix #2851 Add note about GC grace period Aaron Lauterer
2020-07-21 9:54 ` [pbs-devel] [PATCH proxmox-backup 2/3] backup: Fix typos and grammar Aaron Lauterer
2020-07-21 9:54 ` Aaron Lauterer [this message]
2020-07-21 11:01 ` [pbs-devel] applied-series: [PATCH proxmox-backup 1/3] docs: fix #2851 Add note about GC grace period Thomas Lamprecht
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=20200721095437.10316-3-a.lauterer@proxmox.com \
--to=a.lauterer@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.