public inbox for pbs-devel@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

* [pbs-devel] applied: [PATCH proxmox-backup] report: fix grammar error
  2020-11-10 14:46 [pbs-devel] [PATCH proxmox-backup] report: fix grammar error Oguz Bektas
@ 2020-11-11 15:33 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2020-11-11 15:33 UTC (permalink / raw)
  To: Proxmox Backup Server development discussion, Oguz Bektas

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

applied, thanks!




^ 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 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