]> git.proxmox.com Git - proxmox-backup.git/commitdiff
trivial: fix typo in comment
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 31 Oct 2020 20:29:34 +0000 (21:29 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 31 Oct 2020 20:31:36 +0000 (21:31 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/server/email_notifications.rs

index ee5881fed8024dea19903db7c5bf231e6ea03bd9..dd632625da78c2f1afbbad19215f5d2c91959abb 100644 (file)
@@ -205,7 +205,7 @@ pub fn send_verify_status(
             HANDLEBARS.render("verify_err_template", &data)?
         }
         Err(_) => {
-            // aboreted job - do not send any email
+            // aborted job - do not send any email
             return Ok(());
         }
     };