all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup] report: fix grammar error
@ 2020-11-10 14:46 Oguz Bektas
  2020-11-11 15:33 ` [pbs-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Oguz Bektas @ 2020-11-10 14:46 UTC (permalink / raw)
  To: pbs-devel

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
---
 src/server/report.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/server/report.rs b/src/server/report.rs
index 9c6e2406..9513434f 100644
--- a/src/server/report.rs
+++ b/src/server/report.rs
@@ -54,7 +54,7 @@ pub fn generate_report() -> String {
         .map(|file_name| {
             let content = match file_read_optional_string(Path::new(file_name)) {
                 Ok(Some(content)) => content,
-                Ok(None) => String::from("# file does not exists"),
+                Ok(None) => String::from("# file does not exist"),
                 Err(err) => err.to_string(),
             };
             format!("# cat '{}'\n{}", file_name, content)
-- 
2.20.1




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-11 15:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-10 14:46 [pbs-devel] [PATCH proxmox-backup] report: fix grammar error Oguz Bektas
2020-11-11 15:33 ` [pbs-devel] applied: " Thomas Lamprecht

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.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal