[pbs-devel] [PATCH proxmox-backup 1/2] daily-update: fix typo
Lukas Wagner
l.wagner at proxmox.com
Mon Mar 25 11:50:44 CET 2024
Signed-off-by: Lukas Wagner <l.wagner at proxmox.com>
---
src/bin/proxmox-daily-update.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bin/proxmox-daily-update.rs b/src/bin/proxmox-daily-update.rs
index ae3744c5..cde9ff80 100644
--- a/src/bin/proxmox-daily-update.rs
+++ b/src/bin/proxmox-daily-update.rs
@@ -118,7 +118,7 @@ fn main() {
log::LevelFilter::Info,
Some("proxmox-daily-update"),
) {
- eprintln!("unable to inititialize syslog - {}", err);
+ eprintln!("unable to initialize syslog - {}", err);
}
let mut rpcenv = CliEnvironment::new();
--
2.39.2
More information about the pbs-devel
mailing list